libdns-vultr/go.mod

14 lines
404 B
Modula-2
Raw Normal View History

2020-11-24 00:37:24 +01:00
module github.com/libdns/vultr
2020-11-02 18:44:07 +01:00
go 1.15
require (
2020-11-25 16:01:06 +01:00
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
2020-11-02 18:44:07 +01:00
github.com/libdns/libdns v0.1.0
2020-11-25 16:01:06 +01:00
github.com/vultr/govultr/v2 v2.0.0
2020-11-28 19:04:04 +01:00
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
2020-11-28 19:04:04 +01:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
2020-11-02 18:44:07 +01:00
)