mirror of
https://gitlab.com/pnx-tools/dns-updater.git
synced 2026-06-16 05:54:56 +02:00
25 lines
727 B
Modula-2
25 lines
727 B
Modula-2
module dnsupdater
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/digitalocean/godo v1.99.0
|
|
github.com/rs/zerolog v1.30.0
|
|
github.com/stretchr/testify v1.8.2
|
|
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/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/oauth2 v0.7.0 // indirect
|
|
golang.org/x/sys v0.7.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
|
|
)
|