mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 00:43:53 -04:00
47 lines
1.7 KiB
Modula-2
47 lines
1.7 KiB
Modula-2
module github.com/qdm12/ddns-updater
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/breml/rootcerts v0.2.14
|
|
github.com/containrrr/shoutrrr v0.8.0
|
|
github.com/go-chi/chi/v5 v5.0.11
|
|
github.com/golang/mock v1.6.0
|
|
github.com/miekg/dns v1.1.57
|
|
github.com/qdm12/gosettings v0.4.0-rc6
|
|
github.com/qdm12/goshutdown v0.3.0
|
|
github.com/qdm12/gosplash v0.1.0
|
|
github.com/qdm12/gotree v0.2.0
|
|
github.com/qdm12/log v0.1.0
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/mod v0.14.0
|
|
google.golang.org/api v0.114.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.19.1 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/oauth2 v0.7.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.15.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
google.golang.org/grpc v1.56.3 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|