Update Go version to 1.20
This commit is contained in:
parent
7e0b8b3d6a
commit
b7b0ab2cab
2 changed files with 10 additions and 22 deletions
16
go.mod
16
go.mod
|
|
@ -1,15 +1,19 @@
|
|||
module github.com/libdns/vultr
|
||||
|
||||
go 1.15
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/libdns/libdns v0.2.2-0.20230227175549-2dc480633939
|
||||
github.com/vultr/govultr/v3 v3.0.2
|
||||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/libdns/libdns v0.2.2-0.20230227175549-2dc480633939
|
||||
github.com/vultr/govultr/v3 v3.0.2
|
||||
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.2 // indirect
|
||||
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.4 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue