netbird/go.mod
2021-04-14 14:20:25 +02:00

22 lines
708 B
Modula-2

module github.com/wiretrustee/wiretrustee
go 1.16
require (
github.com/golang/protobuf v1.4.2
github.com/google/nftables v0.0.0-20201230142148-715e31cb3c31
github.com/pion/ice/v2 v2.0.17
github.com/pion/logging v0.2.2
github.com/pion/stun v0.3.5
github.com/pion/turn/v2 v2.0.5
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
github.com/wiretrustee/wiretrustee-signal v0.0.14
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.zx2c4.com/wireguard v0.0.20201118
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
google.golang.org/grpc v1.32.0
)