forked from mcuadros/ofelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.37 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/mcuadros/ofelia
go 1.11
require (
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
github.com/docker/docker v1.4.2-0.20190927142053-ada3c14355ce
github.com/fsouza/go-dockerclient v1.5.0
github.com/gobs/args v0.0.0-20180315064131-86002b4df18c
github.com/gogo/protobuf v1.3.1 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mcuadros/go-defaults v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/morikuni/aec v1.0.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.4.2 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect
google.golang.org/grpc v1.24.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/warnings.v0 v0.1.2 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)