forked from gliderlabs/logspout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 949 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/gliderlabs/logspout
go 1.13
require (
github.com/Sirupsen/logrus v0.10.1-0.20160601113210-f3cfb454f4c2 // indirect
github.com/docker/docker v1.4.2-0.20160708193732-ad969f1aa782 // indirect
github.com/docker/engine-api v0.3.2-0.20160708123604-98348ad6f9c8 // indirect
github.com/docker/go-units v0.3.1 // indirect
github.com/fsouza/go-dockerclient v0.0.0-20160624230725-1a3d0cfd7814
github.com/gorilla/context v0.0.0-20160525203319-aed02d124ae4 // indirect
github.com/gorilla/mux v0.0.0-20160605233521-9fa818a44c2b
github.com/hashicorp/go-cleanhttp v0.0.0-20160407174126-ad28ea4487f0 // indirect
github.com/looplab/logspout-logstash v0.0.0-20171130125839-68a4e47e757d
github.com/opencontainers/runc v1.0.0-rc1.0.20160706165155-9d7831e41d3e // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20160707223729-f841c39de738
golang.org/x/sys v0.0.0-20160704031755-a408501be4d1 // indirect
)