Skip to content

Commit

Permalink
change go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ZORbit01 committed Apr 14, 2023
1 parent 949e514 commit cc04465
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/XORbit01/ddosarmy

go 1.19
go 1.20

require (
github.com/fatih/color v1.15.0
Expand All @@ -13,10 +13,9 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.7.0 // indirect
)

0 comments on commit cc04465

Please sign in to comment.