forked from dokku/dokku-event-listener
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
21 lines (18 loc) · 832 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/dokku/dokku-event-listener
go 1.12
require (
github.com/containerd/containerd v1.3.3 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/rs/zerolog v1.18.0
github.com/sirupsen/logrus v1.5.0 // indirect
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
google.golang.org/grpc v1.28.1 // indirect
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20200309214505-aa6a9891b09c