EtherGuard-VPN/go.mod
2021-08-21 14:23:27 +00:00

11 lines
266 B
Modula-2

module github.com/KusakabeSi/EtherGuardVPN
go 1.16
require (
github.com/KusakabeSi/go-cache v0.0.0-20210817164551-57817be43e28
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
gopkg.in/yaml.v2 v2.4.0
)