headscale/go.mod

31 lines
998 B
Modula-2
Raw Normal View History

2020-06-21 18:32:08 +08:00
module github.com/juanfont/headscale
2021-02-21 05:43:07 +08:00
go 1.16
2020-06-21 18:32:08 +08:00
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
2021-05-15 06:06:17 +08:00
github.com/gin-gonic/gin v1.7.1
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
2021-05-15 06:06:17 +08:00
github.com/json-iterator/go v1.1.11 // indirect
github.com/klauspost/compress v1.12.2
github.com/kr/text v0.2.0 // indirect
2021-05-15 06:06:17 +08:00
github.com/lib/pq v1.10.1 // indirect
github.com/mattn/go-sqlite3 v1.14.7 // indirect
2021-04-09 05:57:47 +08:00
github.com/spf13/cobra v1.1.3
2021-02-21 05:43:07 +08:00
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0 // indirect
2021-05-15 06:06:17 +08:00
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2021-04-09 05:57:47 +08:00
gopkg.in/yaml.v2 v2.4.0
2021-05-15 06:06:17 +08:00
gorm.io/datatypes v1.0.1
2021-06-24 21:49:27 +08:00
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.6
2021-05-15 06:06:17 +08:00
inet.af/netaddr v0.0.0-20210511181906-37180328850c
2021-04-09 05:57:47 +08:00
tailscale.com v1.6.0
2021-02-21 05:43:07 +08:00
2020-06-21 18:32:08 +08:00
)