mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
65 lines
2.7 KiB
Modula-2
65 lines
2.7 KiB
Modula-2
module github.com/juanfont/headscale
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.2
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/containerd/continuity v0.1.0 // indirect
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
|
github.com/docker/cli v20.10.8+incompatible // indirect
|
|
github.com/docker/docker v20.10.8+incompatible // indirect
|
|
github.com/efekarakus/termcolor v1.0.1
|
|
github.com/fatih/set v0.2.1
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
github.com/gofrs/uuid v4.1.0+incompatible
|
|
github.com/google/go-github v17.0.0+incompatible // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0
|
|
github.com/infobloxopen/protoc-gen-gorm v1.0.1
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.13.6
|
|
github.com/lib/pq v1.10.3 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/opencontainers/runc v1.0.2 // indirect
|
|
github.com/ory/dockertest/v3 v3.7.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/philip-bui/grpc-zerolog v1.0.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/pterm/pterm v0.12.30
|
|
github.com/rs/zerolog v1.26.0
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tailscale/hujson v0.0.0-20210923003652-c3758b31534b
|
|
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/zsais/go-gin-prometheus v0.1.0
|
|
go4.org/mem v0.0.0-20210711025021-927187094b94
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
|
|
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247
|
|
google.golang.org/grpc v1.42.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/datatypes v1.0.2
|
|
gorm.io/driver/postgres v1.1.1
|
|
gorm.io/driver/sqlite v1.1.5
|
|
gorm.io/gorm v1.21.15
|
|
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
|
|
tailscale.com v1.18.1
|
|
)
|