forked from thought-machine/please
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (48 loc) · 2.2 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
45
46
47
48
49
50
module github.com/thought-machine/please
require (
github.com/Songmu/prompter v0.0.0-20181014095714-d227c68538bd
github.com/Workiva/go-datastructures v1.0.50
github.com/bazelbuild/buildtools v0.0.0-20190228125936-4bcdbd1064fc
github.com/bazelbuild/remote-apis v0.0.0-20200127100703-2846a67ac8fe
github.com/bazelbuild/remote-apis-sdks v0.0.0-20200331142530-d833149cbc0b
github.com/bmatcuk/doublestar v1.3.0
github.com/coreos/go-semver v0.2.0
github.com/davecgh/go-spew v1.1.1
github.com/djherbis/atime v1.0.0
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.7
github.com/gogo/protobuf v1.2.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/hashicorp/go-multierror v1.0.0
github.com/jessevdk/go-flags v1.4.0
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024
github.com/karrick/godirwalk v1.7.8
github.com/kevinburke/go-bindata v3.13.0+incompatible // indirect
github.com/manifoldco/promptui v0.3.2
github.com/peterebden/ar v0.0.0-20181115090543-a0ae3a11a518
github.com/peterebden/gcfg v1.3.0
github.com/peterebden/go-cli-init v1.2.0
github.com/peterebden/go-sri v1.0.0
github.com/peterebden/tools v0.0.0-20190805132753-b2a0db951d2a
github.com/pkg/xattr v0.4.0
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/sourcegraph/go-diff v0.5.1
github.com/sourcegraph/go-lsp v0.0.0-20181119182933-0c7d621186c1
github.com/sourcegraph/jsonrpc2 v0.0.0-20190106185902-35a74f039c6a
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6
github.com/stretchr/testify v1.4.0
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e
github.com/ulikunitz/xz v0.5.6
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20191010171213-8abd42400456
google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6
google.golang.org/grpc v1.26.0
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
)
go 1.13