-
Notifications
You must be signed in to change notification settings - Fork 54
/
go.mod
44 lines (42 loc) · 1.78 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
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/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/containers/image v3.0.0+incompatible
github.com/containers/storage v1.28.1 // indirect
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v20.10.24+incompatible // indirect
github.com/docker/docker-credential-helpers v0.6.0 // indirect
github.com/docker/go-units v0.4.0
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.0
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/klauspost/compress v1.16.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/oklog/ulid v1.3.1
github.com/olekukonko/tablewriter v0.0.0-20170925234030-a7a4c189eb47
github.com/opencontainers/image-spec v1.0.2
github.com/opencontainers/runc v1.1.5
github.com/opentracing/opentracing-go v1.1.0
github.com/ostreedev/ostree-go v0.0.0-20170727130318-80ab7dbb8986 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.26.0
github.com/src-d/enry/v2 v2.0.0
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
golang.org/x/net v0.7.0
google.golang.org/grpc v1.30.0
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
)