19 lines
391 B
Modula-2
19 lines
391 B
Modula-2
module github.com/libdns/vultr/v2
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/libdns/libdns v1.1.0
|
|
github.com/vultr/govultr/v3 v3.20.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
)
|
|
|
|
require (
|
|
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.7 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|