mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-25 16:53:19 +01:00
17 lines
548 B
Modula-2
17 lines
548 B
Modula-2
module github.com/KusakabeSi/EtherGuardVPN
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.fd.io/govpp.git v0.3.6-0.20210927044411-385ccc0d8ba9
|
|
git.fd.io/govpp.git/extras v0.0.0-20210927044411-385ccc0d8ba9
|
|
github.com/KusakabeSi/go-cache v0.0.0-20210823132304-22b5b1d22b41
|
|
github.com/beevik/ntp v0.3.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/sirupsen/logrus v1.6.0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|