mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-21 23:03:08 +01:00
26 lines
920 B
Modula-2
26 lines
920 B
Modula-2
module github.com/KusakabeSi/EtherGuard-VPN
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
git.fd.io/govpp.git v0.3.6-0.20210927044411-385ccc0d8ba9
|
|
git.fd.io/govpp.git/extras v0.0.0-20211129071605-0a0c03d45954
|
|
github.com/KusakabeSi/go-cache v0.0.0-20211210164531-8ee1215c700a
|
|
github.com/beevik/ntp v0.3.0
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
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-20211202192323-5770296d904e
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
|
|
github.com/wk8/go-ordered-map v0.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
)
|