mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-14 06:17:58 +00:00
Add support for automatic TLS certificates via Let's Encrypt. Add a
configuration reference to the README.md file.
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,9 +3,8 @@ 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/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd // indirect
|
||||
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/klauspost/compress v1.11.12
|
||||
github.com/spf13/cobra v1.1.3
|
||||
|
Reference in New Issue
Block a user