mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-21 23:03:08 +01:00
25 lines
798 B
Modula-2
25 lines
798 B
Modula-2
module github.com/KusakabeSi/EtherGuard-VPN
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
git.fd.io/govpp.git v0.4.0
|
|
git.fd.io/govpp.git/extras v0.0.0-20220117104425-000215c229d6
|
|
github.com/KusakabeSi/go-cache v0.1.2
|
|
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.8.1
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/KusakabeSi/go-ordered-map v0.3.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
)
|