-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
23 lines (21 loc) · 899 Bytes
/
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
module github.com/bblfsh/tools
go 1.12
require (
github.com/Sirupsen/logrus v1.0.3
github.com/gogo/protobuf v0.0.0-20170702163824-dda3e8acadcc // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/jessevdk/go-flags v1.3.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20170825220121-81e90905daef // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
google.golang.org/genproto v0.0.0-20170711235230-b0a3dcfcd1a9 // indirect
google.golang.org/grpc v1.7.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/bblfsh/sdk.v1 v1.2.0
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/src-d/go-errors.v1 v1.0.0
)