2020-11-24 00:37:24 +01:00
|
|
|
module github.com/libdns/vultr
|
2020-11-02 18:44:07 +01:00
|
|
|
|
2025-06-01 15:14:24 +02:00
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
toolchain go1.24.3
|
2020-11-02 18:44:07 +01:00
|
|
|
|
|
|
|
|
require (
|
2025-06-01 15:14:24 +02:00
|
|
|
github.com/libdns/libdns v1.1.0
|
|
|
|
|
github.com/vultr/govultr/v3 v3.20.0
|
|
|
|
|
golang.org/x/oauth2 v0.30.0
|
2023-03-31 16:19:47 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-06-01 15:14:24 +02:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2023-03-31 16:19:47 +02:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2025-06-01 15:14:24 +02:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
|
|
|
golang.org/x/net v0.40.0 // indirect
|
|
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
2020-11-02 18:44:07 +01:00
|
|
|
)
|