forked from bblfsh/bblfshd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
61 lines (59 loc) · 3.14 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
module github.com/bblfsh/bblfshd
go 1.12
require (
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
github.com/bblfsh/go-client/v4 v4.0.1
github.com/bblfsh/sdk/v3 v3.3.1
github.com/beorn7/perks v1.0.0 // indirect
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b // indirect
github.com/containerd/console v0.0.0-20180220200639-2748ece16665 // indirect
github.com/containers/image v0.0.0-20170921085858-33dad2514b7d
github.com/containers/storage v0.0.0-20180220103138-477e551dd493 // indirect
github.com/coreos/go-systemd v0.0.0-20170609144627-24036eb3df68 // indirect
github.com/cyphar/filepath-securejoin v0.2.1 // indirect
github.com/docker/distribution v0.0.0-20180209234904-6664ec703991
github.com/docker/docker v1.13.1 // indirect
github.com/docker/docker-credential-helpers v0.6.0 // indirect
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect
github.com/docker/go-units v0.4.0
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/godbus/dbus v0.0.0-20170707174628-bd29ed602e2c // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20170704074345-ac112f7d75a0 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-runewidth v0.0.0-20170510074858-97311d9f7767 // indirect
github.com/mrunalp/fileutils v0.0.0-20160930181131-4ee1cc9a8058 // indirect
github.com/oklog/ulid v1.3.1
github.com/olekukonko/tablewriter v0.0.0-20170925234030-a7a4c189eb47
github.com/opencontainers/image-spec v1.0.1
github.com/opencontainers/runc v1.0.0-rc9
github.com/opencontainers/runtime-spec v0.0.0-20170712232009-96de01bbb42c // indirect
github.com/opencontainers/selinux v1.3.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/ostreedev/ostree-go v0.0.0-20170727130318-80ab7dbb8986 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.3.0
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
github.com/seccomp/libseccomp-golang v0.0.0-20170625204121-f6ec81daf48e // indirect
github.com/src-d/enry/v2 v2.0.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
github.com/vishvananda/netlink v0.0.0-20170710030406-8c5a115d793b // indirect
github.com/vishvananda/netns v0.0.0-20170707011535-86bef332bfc3 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/grpc v1.20.1
gopkg.in/bblfsh/sdk.v1 v1.17.0
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-log.v1 v1.0.2
)