This commit is contained in:
Juan Font Alonso
2021-04-08 23:57:47 +02:00
parent 541d676b98
commit c284f3eefa
2 changed files with 22 additions and 16 deletions

12
go.mod
View File

@@ -6,12 +6,12 @@ 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
github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee
github.com/klauspost/compress v1.11.12
github.com/spf13/cobra v1.1.3
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-20210222205655-a1ec2b7b8c44
tailscale.com v1.1.1-0.20210309215613-79d8288f0a25
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
)