mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-25 00:33:08 +01:00
14 lines
422 B
Modula-2
14 lines
422 B
Modula-2
module github.com/KusakabeSi/EtherGuardVPN
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.fd.io/govpp.git v0.3.6-0.20210810100027-c0da1f2999a6
|
|
git.fd.io/govpp.git/extras v0.0.0-20210810100027-c0da1f2999a6
|
|
github.com/KusakabeSi/go-cache v0.0.0-20210823132304-22b5b1d22b41
|
|
github.com/sirupsen/logrus v1.8.1
|
|
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
|
|
)
|