-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
47 lines (45 loc) · 2.47 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/akatrevorjay/doxy
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/OneOfOne/xxhash v1.2.6 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/cespare/xxhash v0.0.0-20180129230333-48099fad606e // indirect
github.com/codeskyblue/fswatch v0.0.0-20191127112635-a07fa02ded7b // indirect
github.com/codeskyblue/kexec v0.0.0-20180119015717-5a4bed90d99a // indirect
github.com/coocood/freecache v0.0.0-20180304015925-036298587d3a
github.com/creack/pty v1.1.9 // indirect
github.com/cybozu-go/cmd v0.0.0-20180301024315-c89107690481 // indirect
github.com/cybozu-go/log v0.0.0-20180301025518-701af5f2aa4f // indirect
github.com/cybozu-go/netutil v0.0.0-20180301025530-655796d993ec // indirect
github.com/cybozu-go/usocksd v0.0.0-20180301041235-c6db20e4b8b2
github.com/docker/distribution v0.0.0-20180327202408-83389a148052 // indirect
github.com/docker/engine-api v0.0.0-20160908232104-4290f40c0566
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.3.3 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20180501031136-ded0c29b24f9
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
github.com/kr/pty v1.1.8 // indirect
github.com/miekg/dns v1.1.25
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/vdemeester/docker-events v0.0.0-20160930120339-4a83cc6dc9d5
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/tools v0.0.0-20191217221516-62a9628863c6 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.2.7 // indirect
)