Update in preparation of supporting exit nodes
This commit is contained in:
parent
fc13f74851
commit
db75cd39a7
2 changed files with 27 additions and 12 deletions
5
go.mod
5
go.mod
|
@ -3,6 +3,7 @@ module github.com/juanfont/headscale
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/gin-gonic/gin v1.6.3
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/klauspost/compress v1.11.7
|
||||
|
@ -10,7 +11,7 @@ require (
|
|||
github.com/spf13/viper v1.7.1
|
||||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
inet.af/netaddr v0.0.0-20210203214853-aa702495c49b
|
||||
tailscale.com v1.1.1-0.20210220175347-39f7a61e9c1f
|
||||
inet.af/netaddr v0.0.0-20210222205655-a1ec2b7b8c44
|
||||
tailscale.com v1.1.1-0.20210309215613-79d8288f0a25
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue