Cleanup unused dependencies

This commit is contained in:
Alexandre Oliveira 2020-11-28 19:04:04 +01:00
parent 1448b1a6dd
commit 1d5ee21ea6
2 changed files with 23 additions and 2 deletions

3
go.mod
View file

@ -6,5 +6,8 @@ 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
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)