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-04-23 22:54:15 -04:00
|
|
|
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
|
2021-02-20 16:43:07 -05:00
|
|
|
github.com/jinzhu/gorm v1.9.16
|
2021-04-08 17:57:47 -04:00
|
|
|
github.com/klauspost/compress v1.11.12
|
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-02-20 16:43:07 -05:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-04-08 17:57:47 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
inet.af/netaddr v0.0.0-20210317195617-2d42ec05f8a1
|
|
|
|
tailscale.com v1.6.0
|
2021-02-20 16:43:07 -05:00
|
|
|
|
2020-06-21 06:32:08 -04:00
|
|
|
)
|