| Giorgi Lekveishvili | 52814d9 | 2023-06-15 19:30:32 +0400 | [diff] [blame] | 1 | module github.com/giolekva/pcloud/core/headscale |
| 2 | |
| 3 | go 1.18 |
| 4 | |
| 5 | require github.com/labstack/echo/v4 v4.10.2 |
| 6 | |
| 7 | require ( |
| 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 | ) |