Skip to content

Commit

Permalink
chore: bump golang from 1.16 to 1.19 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bpazy authored Oct 18, 2022
1 parent a1f50db commit 985b6ce
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
module github.com/Bpazy/xraysub

go 1.16
go 1.19

require (
github.com/go-resty/resty/v2 v2.4.0
github.com/schollz/progressbar/v3 v3.8.2
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
)

0 comments on commit 985b6ce

Please sign in to comment.