-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
33 lines (30 loc) · 1.57 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
32
33
module github.com/icecave/honeycomb
go 1.14
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20191007211215-3e077fc8667a
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.13-0.20190312221528-4de24ed3e8c5 // indirect
github.com/containerd/containerd v1.3.0 // indirect
github.com/docker/distribution v2.6.0-rc.1.0.20171011171712-7484e51bf6af+incompatible
github.com/docker/docker v0.0.0-00010101000000-000000000000
github.com/docker/go-connections v0.4.1-0.20180821093606-97c2040d34df // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/gogo/protobuf v1.2.2-0.20190306082329-c5a62797aee0 // indirect
github.com/golang/gddo v0.0.0-20181116215533-9bd4a3295021
github.com/gorilla/mux v1.7.3 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/onsi/ginkgo v1.9.1-0.20190828165658-66915d68818e
github.com/onsi/gomega v1.7.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.2-0.20190306222905-243ea084a444 // indirect
github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
google.golang.org/grpc v1.22.2 // indirect
gotest.tools v2.2.0+incompatible // indirect
)