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 (
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2021-02-20 16:43:07 -05:00
|
|
|
github.com/jinzhu/gorm v1.9.16
|
|
|
|
github.com/klauspost/compress v1.11.7
|
2021-02-20 19:30:03 -05:00
|
|
|
github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee
|
2021-02-20 16:43:07 -05:00
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
2021-02-20 17:57:06 -05:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2021-02-20 16:43:07 -05:00
|
|
|
inet.af/netaddr v0.0.0-20210203214853-aa702495c49b
|
|
|
|
tailscale.com v1.1.1-0.20210220175347-39f7a61e9c1f
|
|
|
|
|
2020-06-21 06:32:08 -04:00
|
|
|
)
|