mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
66 lines
2.7 KiB
Modula-2
66 lines
2.7 KiB
Modula-2
module github.com/Control-D-Inc/ctrld
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/hashicorp/golang-lru/v2 v2.0.1
|
|
github.com/kardianos/service v1.2.1
|
|
github.com/lucas-clemente/quic-go v0.29.1
|
|
github.com/miekg/dns v1.1.50
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/viper v1.14.0
|
|
github.com/stretchr/testify v1.8.1
|
|
golang.org/x/net v0.1.0
|
|
golang.org/x/sys v0.3.0
|
|
tailscale.com v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/josharian/native v1.0.0 // indirect
|
|
github.com/jsimonetti/rtnetlink v1.1.2-0.20220408201609-d380b505068b // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/marten-seemann/qpack v0.2.1 // indirect
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
|
|
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mdlayher/netlink v1.6.0 // indirect
|
|
github.com/mdlayher/socket v0.2.3 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
|
|
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|