EtherGuard-VPN/go.mod

16 lines
488 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 (
git.fd.io/govpp.git v0.3.6-0.20210927044411-385ccc0d8ba9
git.fd.io/govpp.git/extras v0.0.0-20210927044411-385ccc0d8ba9
2021-08-23 18:39:04 +02:00
github.com/KusakabeSi/go-cache v0.0.0-20210823132304-22b5b1d22b41
2021-08-25 13:54:13 +02:00
github.com/beevik/ntp v0.3.0
github.com/google/gopacket v1.1.19
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
2018-10-09 18:11:36 +02:00
)