libdns-vultr/go.mod

19 lines
391 B
Modula-2
Raw Permalink Normal View History

module github.com/libdns/vultr/v2
2020-11-02 18:44:07 +01:00
go 1.24
2025-06-01 15:14:24 +02:00
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 (
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/sys v0.33.0 // indirect
2020-11-02 18:44:07 +01:00
)