-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.35 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
module github.com/mloncode/sonic
go 1.12
require (
github.com/antchfx/xpath v1.0.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mcuadros/go-lookup v0.0.0-20171110082742-5650f26be767 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.8 // indirect
github.com/rakyll/portmidi v0.0.0-20170716032345-1246dd47c560
github.com/src-d/envconfig v1.0.0 // indirect
github.com/src-d/lookout v0.11.0
github.com/src-d/lookout-test-fixtures v0.0.0-20191009113507-beb84ef226e8 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
gitlab.com/gomidi/midi v1.13.1
google.golang.org/grpc v1.56.3
gopkg.in/bblfsh/client-go.v2 v2.8.9
gopkg.in/bblfsh/sdk.v1 v1.17.0
gopkg.in/bblfsh/sdk.v2 v2.16.4 // indirect
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/src-d/go-log.v1 v1.0.2
gopkg.in/src-d/lookout-sdk.v0 v0.6.3
)