2020-11-24 00:37:24 +01:00
|
|
|
module github.com/libdns/vultr
|
2020-11-02 18:44:07 +01:00
|
|
|
|
2023-03-31 16:19:47 +02:00
|
|
|
go 1.20
|
2020-11-02 18:44:07 +01:00
|
|
|
|
|
|
|
|
require (
|
2023-03-31 16:14:52 +02:00
|
|
|
github.com/libdns/libdns v0.2.2-0.20230227175549-2dc480633939
|
|
|
|
|
github.com/vultr/govultr/v3 v3.0.2
|
2021-11-22 19:37:02 +01:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
2023-03-31 16:19:47 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/golang/protobuf v1.5.2 // 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.2 // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
|
2021-11-22 19:37:02 +01:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2020-11-02 18:44:07 +01:00
|
|
|
)
|