headscale/go.mod

140 lines
6.5 KiB
Modula-2
Raw Normal View History

2020-06-21 06:32:08 -04:00
module github.com/juanfont/headscale
2022-03-17 13:43:11 -04:00
go 1.18
2020-06-21 06:32:08 -04:00
require (
2022-04-24 03:21:50 -04:00
github.com/AlecAivazis/survey/v2 v2.3.4
2022-03-17 13:43:11 -04:00
github.com/ccding/go-stun/stun v0.0.0-20200514191101-4dc67bcdb029
github.com/coreos/go-oidc/v3 v3.1.0
github.com/deckarep/golang-set/v2 v2.1.0
2021-08-15 17:10:50 -04:00
github.com/efekarakus/termcolor v1.0.1
2022-04-24 03:21:50 -04:00
github.com/glebarez/sqlite v1.4.3
2022-02-11 03:43:31 -05:00
github.com/gofrs/uuid v4.2.0+incompatible
2022-06-20 15:12:23 -04:00
github.com/gorilla/mux v1.8.0
2021-11-04 18:28:35 -04:00
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
2022-04-24 03:21:50 -04:00
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
2022-06-11 11:33:34 -04:00
github.com/klauspost/compress v1.15.4
github.com/ory/dockertest/v3 v3.9.1
2021-09-26 04:53:05 -04:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2021-11-04 18:28:35 -04:00
github.com/philip-bui/grpc-zerolog v1.0.1
2022-02-11 03:43:31 -05:00
github.com/prometheus/client_golang v1.12.1
2022-06-11 11:33:34 -04:00
github.com/prometheus/common v0.32.1
2022-04-24 03:21:50 -04:00
github.com/pterm/pterm v0.12.41
2022-06-11 11:33:34 -04:00
github.com/puzpuzpuz/xsync v1.2.1
2022-02-11 03:43:31 -05:00
github.com/rs/zerolog v1.26.1
github.com/spf13/cobra v1.4.0
2022-04-24 03:21:50 -04:00
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.7.1
2022-08-10 04:47:49 -04:00
github.com/tailscale/hujson v0.0.0-20220630195928-54599719472f
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
2022-06-11 11:33:34 -04:00
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
2022-04-24 03:21:50 -04:00
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
2022-08-10 04:47:49 -04:00
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
2022-04-24 03:21:50 -04:00
google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
2021-05-14 18:06:17 -04:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2021-04-08 17:57:47 -04:00
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2022-04-24 03:21:50 -04:00
gorm.io/driver/postgres v1.3.5
gorm.io/gorm v1.23.4
2022-08-10 04:47:49 -04:00
inet.af/netaddr v0.0.0-20220617031823-097006376321
tailscale.com v1.28.0
2020-06-21 06:32:08 -04:00
)
2021-11-27 15:34:46 -05:00
require (
2022-04-22 16:34:20 -04:00
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
2022-06-11 11:33:34 -04:00
github.com/Microsoft/go-winio v0.5.2 // indirect
2021-11-27 15:34:46 -05:00
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
2022-03-03 18:04:28 -05:00
github.com/akutz/memconn v0.1.0 // indirect
2022-04-23 04:31:57 -04:00
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
2021-11-27 15:34:46 -05:00
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
2021-11-27 15:34:46 -05:00
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/containerd/continuity v0.3.0 // indirect
2021-11-27 15:34:46 -05:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-06-11 11:33:34 -04:00
github.com/docker/cli v20.10.16+incompatible // indirect
github.com/docker/docker v20.10.16+incompatible // indirect
2021-11-27 15:34:46 -05:00
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
2022-01-28 13:15:41 -05:00
github.com/fsnotify/fsnotify v1.5.1 // indirect
2022-04-24 03:21:50 -04:00
github.com/glebarez/go-sqlite v1.16.0 // indirect
2021-11-27 15:34:46 -05:00
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
2022-06-11 11:33:34 -04:00
github.com/google/go-cmp v0.5.8 // indirect
2021-11-27 15:34:46 -05:00
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.0 // indirect
2022-04-24 03:21:50 -04:00
github.com/gookit/color v1.5.0 // indirect
2022-02-11 03:43:31 -05:00
github.com/hashicorp/go-version v1.4.0 // indirect
2021-11-27 15:34:46 -05:00
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
2022-04-24 03:21:50 -04:00
github.com/jackc/pgconn v1.12.0 // indirect
2021-11-27 15:34:46 -05:00
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
2022-04-24 03:21:50 -04:00
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
2021-11-27 15:34:46 -05:00
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
2022-04-24 03:21:50 -04:00
github.com/jackc/pgtype v1.11.0 // indirect
github.com/jackc/pgx/v4 v4.16.0 // indirect
2021-11-27 15:34:46 -05:00
github.com/jinzhu/inflection v1.0.0 // indirect
2022-02-11 03:43:31 -05:00
github.com/jinzhu/now v1.1.4 // indirect
2022-04-23 04:31:57 -04:00
github.com/josharian/native v1.0.0 // indirect
github.com/jsimonetti/rtnetlink v1.1.2-0.20220408201609-d380b505068b // indirect
2021-11-27 15:34:46 -05:00
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
2022-04-24 03:21:50 -04:00
github.com/magiconair/properties v1.8.6 // indirect
2022-01-28 13:15:41 -05:00
github.com/mattn/go-colorable v0.1.12 // indirect
2021-11-27 15:34:46 -05:00
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2022-04-23 04:31:57 -04:00
github.com/mdlayher/netlink v1.6.0 // indirect
github.com/mdlayher/socket v0.2.3 // indirect
2022-04-22 16:34:20 -04:00
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
2022-03-03 18:04:28 -05:00
github.com/mitchellh/go-ps v1.0.0 // indirect
2022-01-28 13:15:41 -05:00
github.com/mitchellh/mapstructure v1.4.3 // indirect
2022-04-22 16:34:20 -04:00
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
2022-06-11 11:33:34 -04:00
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
github.com/opencontainers/runc v1.1.2 // indirect
2022-01-28 13:15:41 -05:00
github.com/pelletier/go-toml v1.9.4 // indirect
2022-04-24 03:21:50 -04:00
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
2021-11-27 15:34:46 -05:00
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
2021-11-27 15:34:46 -05:00
github.com/rivo/uniseg v0.2.0 // indirect
2022-04-22 16:34:20 -04:00
github.com/rogpeppe/go-internal v1.8.1-0.20211023094830-115ce09fd6b4 // indirect
2021-11-27 15:34:46 -05:00
github.com/sirupsen/logrus v1.8.1 // indirect
2022-04-24 03:21:50 -04:00
github.com/spf13/afero v1.8.2 // indirect
2022-01-28 13:15:41 -05:00
github.com/spf13/cast v1.4.1 // indirect
2021-11-27 15:34:46 -05:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
2022-04-22 16:34:20 -04:00
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
2021-11-27 15:34:46 -05:00
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
2022-08-10 04:47:49 -04:00
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
2022-05-03 14:37:06 -04:00
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
2021-11-27 15:34:46 -05:00
golang.org/x/text v0.3.7 // indirect
2022-03-03 18:04:28 -05:00
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
2022-04-23 04:31:57 -04:00
golang.zx2c4.com/wireguard/windows v0.4.10 // indirect
2021-11-27 15:34:46 -05:00
google.golang.org/appengine v1.6.7 // indirect
2022-04-24 03:21:50 -04:00
gopkg.in/ini.v1 v1.66.4 // indirect
2022-04-23 04:31:57 -04:00
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
2022-04-25 12:58:06 -04:00
modernc.org/libc v1.14.12 // indirect
modernc.org/mathutil v1.4.1 // indirect
2022-04-24 03:21:50 -04:00
modernc.org/memory v1.0.7 // indirect
modernc.org/sqlite v1.16.0 // indirect
2021-11-27 15:34:46 -05:00
)