forked from rootless-containers/rootlesskit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (21 loc) · 889 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/rootless-containers/rootlesskit
go 1.12
require (
github.com/gofrs/flock v0.7.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/insomniacslk/dhcp v0.0.0-20190712084813-dc1a53400564
github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/moby/vpnkit v0.3.1-0.20190720080441-7dd3dcce7d3d
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/theckman/go-flock v0.7.1
github.com/u-root/u-root v5.0.0+incompatible // indirect
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)