Initial commit

This commit is contained in:
Juan Font Alonso 2020-06-21 12:32:08 +02:00
parent ecf9c9b3db
commit 7198c8bd77
10 changed files with 1147 additions and 2 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
module github.com/juanfont/headscale
go 1.14
require (
github.com/gin-gonic/gin v1.6.3
github.com/jinzhu/gorm v1.9.14
github.com/klauspost/compress v1.9.8
github.com/spf13/viper v1.7.0
github.com/tailscale/wireguard-go v0.0.0-20200615180905-687c10194779
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
tailscale.com v0.99.1
)