46 lines
1.8 KiB
Modula-2
46 lines
1.8 KiB
Modula-2
module github.com/codfrm/dnspod-watch
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/codfrm/cago v0.0.0-20230307053324-f3994c94477c
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.611
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.611
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/gin v1.8.1 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.23.0 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230106154932-a12b697841d9 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|