22 lines
533 B
Modula-2
22 lines
533 B
Modula-2
module github.com/libdns/vultr
|
|
|
|
go 1.23.0
|
|
|
|
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/golang/protobuf v1.5.4 // 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.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
|
|
)
|