mirror of
https://gitlab.com/pnx-tools/dns-updater.git
synced 2026-06-15 21:53:08 +02:00
32 lines
971 B
Modula-2
32 lines
971 B
Modula-2
module dnsupdater
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/digitalocean/godo v1.99.0
|
|
github.com/rs/zerolog v1.30.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/vultr/govultr/v3 v3.24.0
|
|
golang.org/x/oauth2 v0.7.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // 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.8 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|
|
|
|
replace github.com/vultr/govultr/v3 v3.24.0 => github.com/pnx/govultr/v3 v3.24.1-pnx
|