blob: 783dc1936f91e8c7fc887db4a3dc8f63d8349827 [file] [log] [blame]
Giorgi Lekveishvili52814d92023-06-15 19:30:32 +04001module github.com/giolekva/pcloud/core/headscale
2
3go 1.18
4
5require github.com/labstack/echo/v4 v4.10.2
6
7require (
8 github.com/labstack/gommon v0.4.0 // indirect
9 github.com/mattn/go-colorable v0.1.13 // indirect
10 github.com/mattn/go-isatty v0.0.17 // indirect
11 github.com/valyala/bytebufferpool v1.0.0 // indirect
12 github.com/valyala/fasttemplate v1.2.2 // indirect
13 golang.org/x/crypto v0.6.0 // indirect
14 golang.org/x/net v0.7.0 // indirect
15 golang.org/x/sys v0.5.0 // indirect
16 golang.org/x/text v0.7.0 // indirect
17)