|
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/Microsoft/go-winio v0.4.12 // indirect
|
7 |
| - github.com/bblfsh/sdk/v3 v3.0.0 |
8 |
| - github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect |
| 7 | + github.com/bblfsh/sdk/v3 v3.1.0 |
| 8 | + github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect |
| 9 | + github.com/docker/go-connections v0.4.0 // indirect |
| 10 | + github.com/docker/go-units v0.4.0 // indirect |
| 11 | + github.com/gogo/protobuf v1.2.1 // indirect |
| 12 | + github.com/google/go-cmp v0.3.0 // indirect |
| 13 | + github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
| 14 | + github.com/mattn/go-colorable v0.1.2 // indirect |
9 | 15 | github.com/opencontainers/runc v1.0.0-rc6 // indirect
|
10 |
| - github.com/stretchr/testify v1.2.2 |
11 |
| - golang.org/x/text v0.3.0 |
| 16 | + github.com/opentracing/opentracing-go v1.1.0 // indirect |
| 17 | + github.com/ory/dockertest v3.3.4+incompatible // indirect |
| 18 | + github.com/pkg/errors v0.8.1 // indirect |
| 19 | + github.com/sirupsen/logrus v1.4.2 // indirect |
| 20 | + github.com/stretchr/testify v1.3.0 |
| 21 | + github.com/uber-go/atomic v1.4.0 // indirect |
| 22 | + github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect |
| 23 | + github.com/uber/jaeger-lib v2.0.0+incompatible // indirect |
| 24 | + go.uber.org/atomic v1.4.0 // indirect |
| 25 | + golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect |
| 26 | + golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect |
| 27 | + golang.org/x/sys v0.0.0-20190524152521-dbbf3f1254d4 // indirect |
| 28 | + golang.org/x/text v0.3.2 |
| 29 | + google.golang.org/appengine v1.4.0 // indirect |
| 30 | + google.golang.org/genproto v0.0.0-20190522204451-c2c4e71fbf69 // indirect |
| 31 | + google.golang.org/grpc v1.21.0 // indirect |
| 32 | + gopkg.in/bblfsh/sdk.v1 v1.17.0 // indirect |
| 33 | + gopkg.in/yaml.v2 v2.2.2 // indirect |
12 | 34 | )
|
0 commit comments