set go version to 1.21 due to go build bug with subversion format.
This commit is contained in:
parent
d3efa90caf
commit
25c1c20615
9
go.mod
9
go.mod
@ -1,14 +1,11 @@
|
|||||||
module sticksdev/vrcdn-nettest
|
module sticksdev/vrcdn-nettest
|
||||||
|
|
||||||
go 1.21.6
|
go 1.21
|
||||||
|
|
||||||
|
require github.com/prometheus-community/pro-bing v0.3.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/buger/goterm v1.0.4 // indirect
|
|
||||||
github.com/fatih/color v1.16.0 // indirect
|
|
||||||
github.com/google/uuid v1.5.0 // indirect
|
github.com/google/uuid v1.5.0 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
||||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
||||||
github.com/prometheus-community/pro-bing v0.3.0 // indirect
|
|
||||||
golang.org/x/net v0.20.0 // indirect
|
golang.org/x/net v0.20.0 // indirect
|
||||||
golang.org/x/sync v0.6.0 // indirect
|
golang.org/x/sync v0.6.0 // indirect
|
||||||
golang.org/x/sys v0.16.0 // indirect
|
golang.org/x/sys v0.16.0 // indirect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user