mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-02-18 00:00:47 +01:00
11 lines
266 B
Modula-2
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
|
|
)
|