forked from mehrdadrad/radvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 767 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mehrdadrad/radvpn
go 1.13
require (
github.com/coreos/etcd v3.3.17+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/glog v0.4.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
go.etcd.io/etcd v3.3.17+incompatible
go.uber.org/zap v1.12.0 // indirect
golang.org/x/sys v0.0.0-20191104094858-e8c54fb511f6
google.golang.org/grpc v1.24.0 // indirect
gopkg.in/yaml.v2 v2.2.4
)