EtherGuard-VPN/go.mod

11 lines
266 B
Modula-2
Raw Normal View History

2021-08-16 02:43:17 +02:00
module github.com/KusakabeSi/EtherGuardVPN
2018-10-09 18:11:36 +02:00
go 1.16
2018-10-09 18:11:36 +02:00
require (
2021-08-20 19:32:50 +02:00
github.com/KusakabeSi/go-cache v0.0.0-20210817164551-57817be43e28
2021-08-16 20:58:15 +02:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
2021-08-16 20:58:15 +02:00
gopkg.in/yaml.v2 v2.4.0
2018-10-09 18:11:36 +02:00
)