-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
31 lines (28 loc) · 1.27 KB
/
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
24
25
26
27
28
29
30
31
module github.com/kung-foo/freki
go 1.19
require (
github.com/Sirupsen/logrus v0.11.0
github.com/coreos/go-iptables v0.1.1-0.20160907220151-5463fbac3bcc
github.com/docker/engine-api v0.4.1-0.20160908232104-4290f40c0566
github.com/docopt/docopt-go v0.0.0-20160216232012-784ddc588536
github.com/google/gopacket v1.1.19
github.com/pkg/errors v0.8.0
github.com/smartystreets/goconvey v1.7.2
golang.org/x/net v0.5.0
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556
)
require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/docker/distribution v2.6.0-rc.1.0.20170118182949-954b4e815481+incompatible // indirect
github.com/docker/go-connections v0.2.2-0.20170101210128-eb315e364153 // indirect
github.com/docker/go-units v0.3.2-0.20161130221531-e30f1e79f3cd // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/tools v0.1.12 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)