-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (29 loc) · 1.22 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/srvc/ery
go 1.12
require (
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/docker/distribution v2.6.2+incompatible // indirect
github.com/docker/docker v0.0.0-20170524085120-eef6495eddab
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/golangci/golangci-lint v1.17.1
github.com/google/go-cloud v0.0.0-20181102182659-2152f209f3c9
github.com/labstack/echo v3.3.5+incompatible
github.com/labstack/gommon v0.0.0-20180426014445-588f4e8bddc6 // indirect
github.com/miekg/dns v1.0.7
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/moby/moby v0.0.0-20170524085120-eef6495eddab
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/reviewdog/reviewdog v0.9.12
github.com/spf13/afero v1.1.2
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
github.com/takama/daemon v0.11.0
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
go.uber.org/zap v1.9.1
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)