Update module version to v2 because go is stupid
This commit is contained in:
parent
75a18cd47f
commit
b3121a879b
2 changed files with 15 additions and 407 deletions
9
go.mod
9
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/libdns/vultr
|
||||
module github.com/libdns/vultr/v2
|
||||
|
||||
go 1.23.0
|
||||
go 1.24
|
||||
|
||||
toolchain go1.24.3
|
||||
|
||||
|
|
@ -11,11 +11,8 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
||||
golang.org/x/net v0.40.0 // indirect
|
||||
google.golang.org/appengine v1.6.8 // indirect
|
||||
google.golang.org/protobuf v1.36.6 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue