wesher/go.mod

37 lines
1.6 KiB
Modula-2
Raw Normal View History

2019-03-25 01:02:10 +01:00
module github.com/costela/wesher
require (
2019-08-24 17:53:44 +02:00
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible
2019-08-24 17:53:44 +02:00
github.com/google/btree v1.0.0 // indirect
2019-03-25 01:02:10 +01:00
github.com/hashicorp/errwrap v1.0.0
2019-08-24 17:53:44 +02:00
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
2019-03-25 01:02:10 +01:00
github.com/hashicorp/go-multierror v1.0.0
2019-08-24 17:53:44 +02:00
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/memberlist v0.1.5
2019-08-24 17:53:44 +02:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.11
2019-09-30 23:18:02 +02:00
github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect
github.com/mdlayher/netlink v0.0.0-20190906145618-4e5dd4017dae // indirect
2019-08-24 17:53:44 +02:00
github.com/miekg/dns v1.1.16 // indirect
github.com/pkg/errors v0.8.1
2019-08-24 17:53:44 +02:00
github.com/sirupsen/logrus v1.4.2
2019-03-25 01:02:10 +01:00
github.com/stevenroose/gonfig v0.1.4
2019-08-24 17:53:44 +02:00
github.com/stretchr/testify v1.4.0 // indirect
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
2019-09-30 23:18:02 +02:00
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
2019-08-24 17:53:44 +02:00
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
2019-09-30 23:18:02 +02:00
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
golang.zx2c4.com/wireguard v0.0.20190908 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20190925195211-ef61b881e46f
2019-08-24 17:53:44 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-03-25 01:02:10 +01:00
)
2019-09-30 23:18:02 +02:00
go 1.13