mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-04 11:25:09 -04:00
- Use qdm12/gosettings - No functional changes (at least intended) - Remove qdm12/golibs dependency chore(params): remove dependency on golibs
46 lines
1.7 KiB
Modula-2
46 lines
1.7 KiB
Modula-2
module github.com/qdm12/ddns-updater
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/breml/rootcerts v0.2.11
|
|
github.com/containrrr/shoutrrr v0.7.0
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/golang/mock v1.6.0
|
|
github.com/miekg/dns v1.1.54
|
|
github.com/qdm12/gosettings v0.3.0
|
|
github.com/qdm12/goshutdown v0.3.0
|
|
github.com/qdm12/gosplash v0.1.0
|
|
github.com/qdm12/log v0.1.0
|
|
github.com/stretchr/testify v1.8.4
|
|
google.golang.org/api v0.102.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.12.1 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
|
|
google.golang.org/grpc v1.50.1 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|