-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathgo.mod
160 lines (156 loc) · 8.84 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
module github.com/sonm-io/core
go 1.13
require (
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
cloud.google.com/go v0.26.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/ContainX/docker-volume-netshare v0.0.0-20180128064639-3b432b74a4be
github.com/Masterminds/squirrel v0.0.0-20180612165926-7d201d09bfa8
github.com/MaxHalford/gago v0.0.0-20180803141938-502b393f59df
github.com/Microsoft/go-winio v0.4.13 // indirect
github.com/Sirupsen/logrus v1.1.0 // indirect
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/aristanetworks/goarista v0.0.0-20180907105523-ff33da284e76 // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/asaskevich/govalidator v0.0.0-20180319081651-7d2e70ef918f // indirect
github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/boltdb/bolt v1.3.1 // indirect
github.com/btcsuite/btcd v0.0.0-20171023093315-c7588cbf7690
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae // indirect
github.com/cdipaolo/goml v0.0.0-20161030204843-e2d8def04c9a
github.com/cespare/cp v1.1.1 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/client9/misspell v0.3.4 // indirect
github.com/cnf/structhash v0.0.0-20170702194520-7710f1f78fb9
github.com/containerd/cgroups v0.0.0-20170714210333-6d5c608c203d
github.com/coreos/go-systemd v0.0.0-20170609144627-24036eb3df68
github.com/deckarep/golang-set v0.0.0-20180927150649-699df6a3acf6 // indirect
github.com/dickeyxxx/netrc v0.0.0-20150924214217-3acf1b3de25d // indirect
github.com/docker/distribution v2.7.0-rc.0+incompatible
github.com/docker/docker v0.0.0-20170608045038-cd35e4beee13
github.com/docker/go-connections v0.4.0
github.com/docker/go-plugins-helpers v0.0.0-20180116160015-61cb8e233420
github.com/docker/go-units v0.3.3
github.com/docker/libkv v0.0.0-20170701232644-93ab0e6c056d
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
github.com/ethereum/go-ethereum v0.0.0-20180929205331-b69942befeb9
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stackerr v0.0.0-20150612192056-c2fcf88613f4 // indirect
github.com/fatih/structs v0.0.0-20180123065059-ebf56d35bba7 // indirect
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gliderlabs/ssh v0.0.0-20170731185311-9ccc7bbb6481
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/godbus/dbus v0.0.0-20170707174628-bd29ed602e2c // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/mock v1.0.0
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd // indirect
github.com/gosuri/uiprogress v0.0.0-20170224063937-d0567a9d84a1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20170826090648-0dafe0d496ea
github.com/gxed/GoEndian v0.0.0-20160916112711-0f5c6873267e // indirect
github.com/gxed/eventfd v0.0.0-20160916113412-80a92cca79a8 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl v0.0.0-20180906183839-65a6292f0157 // indirect
github.com/hashicorp/memberlist v0.1.4
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/huin/goupnp v0.0.0-20180415215157-1395d1447324 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/ipfs/go-log v0.0.0-20180131202911-0e2a17b81af4 // indirect
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
github.com/jinzhu/configor v0.0.0-20171024081003-6ecfe629230f
github.com/karalabe/hid v0.0.0-20180420081245-2b4488a37358 // indirect
github.com/kr/pty v1.1.3
github.com/lann/builder v0.0.0-20180216234317-1b87b36280d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
github.com/libp2p/go-reuseport v0.1.10
github.com/libp2p/go-sockaddr v0.0.0-20180128062301-09ae606455f8 // indirect
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-go v0.10.0
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/magiconair/properties v0.0.0-20180217134545-2c9e95027885
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-runewidth v0.0.0-20170510074858-97311d9f7767 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
github.com/noxiouz/zapctx v0.0.0-20170511100814-b19b4472cfa5
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runtime-spec v0.0.0-20170728172216-6d696f524b25
github.com/opentracing/basictracer-go v0.0.0-20171205173151-7be4bbce182d
github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be
github.com/oschwald/geoip2-golang v1.2.1
github.com/oschwald/maxminddb-golang v1.3.0 // indirect
github.com/pborman/uuid v0.0.0-20160216163710-c55201b03606
github.com/pelletier/go-toml v0.0.0-20180323185243-66540cf1fcd2 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v0.0.0-20180826180256-dc7332ab32be // indirect
github.com/seccomp/libseccomp-golang v0.9.1
github.com/serialx/hashring v0.0.0-20170811022404-6a9381c5a83e
github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/afero v1.1.0
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v0.0.0-20180404183325-8dc2790b029d // indirect
github.com/sshaman1101/nvidia-docker v0.0.3
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d // indirect
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
github.com/tehnerd/gnl2go v0.0.0-20161218223753-101b5c6e2d44
github.com/uber-go/atomic v1.3.1
github.com/veandco/go-sdl2 v0.0.0-20180925095440-75ff82abc4e3
github.com/vishvananda/netlink v0.0.0-20180515155430-7c0b5944a303
github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936 // indirect
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc // indirect
github.com/yandex/pandora v0.1.3
go.uber.org/atomic v0.0.0-20170719224650-70bd1261d36b
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190508220229-2d0786266e9c
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b // indirect
google.golang.org/appengine v1.1.0 // indirect
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
google.golang.org/grpc v1.14.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/oleiade/lane.v1 v1.0.0
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
gopkg.in/yaml.v2 v2.2.1
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 // indirect
)
replace github.com/Sirupsen/logrus v1.1.0 => github.com/sirupsen/logrus v1.1.0
replace github.com/libp2p/go-reuseport v0.1.10 => github.com/libp2p/go-reuseport v0.0.0-20180201025315-5f99154da15f