forked from bblfsh/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 627 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/bblfsh/documentation
go 1.12
require (
bitbucket.org/creachadair/shell v0.0.6
github.com/bblfsh/sdk/v3 v3.2.0
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/google/go-github v15.0.0+incompatible
github.com/heroku/docker-registry-client v0.0.0-20181004091502-47ecf50fd8d4
github.com/src-d/envconfig v1.0.0 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/tools v0.0.0-20190613134055-027b3b4d7bb1
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-log.v1 v1.0.2
)