Update dependencies

This commit is contained in:
Alexandre Oliveira 2021-11-22 19:37:02 +01:00
parent 1d5ee21ea6
commit 15a59929e9
2 changed files with 38 additions and 30 deletions

13
go.mod
View file

@ -3,11 +3,14 @@ module github.com/libdns/vultr
go 1.15
require (
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/libdns/libdns v0.1.0
github.com/vultr/govultr/v2 v2.0.0
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/libdns/libdns v0.2.1
github.com/vultr/govultr/v2 v2.11.0
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
)