2020-06-21 06:32:08 -04:00
|
|
|
module github.com/juanfont/headscale
|
|
|
|
|
2021-02-20 16:43:07 -05:00
|
|
|
go 1.16
|
2020-06-21 06:32:08 -04:00
|
|
|
|
|
|
|
require (
|
2021-07-17 05:09:42 -04:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.0.5
|
2021-08-06 02:29:57 -04:00
|
|
|
github.com/efekarakus/termcolor v1.0.1 // indirect
|
2021-06-25 12:56:49 -04:00
|
|
|
github.com/gin-gonic/gin v1.7.2
|
|
|
|
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
|
|
|
|
github.com/klauspost/compress v1.13.1
|
|
|
|
github.com/lib/pq v1.10.2 // indirect
|
2021-05-02 14:47:36 -04:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.7 // indirect
|
2021-08-05 13:11:26 -04:00
|
|
|
github.com/rs/zerolog v1.23.0 // indirect
|
2021-04-08 17:57:47 -04:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-06-25 12:56:49 -04:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-07-04 07:10:15 -04:00
|
|
|
github.com/tailscale/hujson v0.0.0-20200924210142-dde312d0d6a2
|
2021-06-25 12:56:49 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
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
|
2021-05-14 18:06:17 -04:00
|
|
|
gorm.io/datatypes v1.0.1
|
2021-06-25 12:56:49 -04:00
|
|
|
gorm.io/driver/postgres v1.1.0
|
2021-06-24 09:49:27 -04:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
2021-06-25 12:56:49 -04:00
|
|
|
gorm.io/gorm v1.21.11
|
|
|
|
inet.af/netaddr v0.0.0-20210603230628-bf05d8b52dda
|
|
|
|
tailscale.com v1.10.0
|
2020-06-21 06:32:08 -04:00
|
|
|
)
|