forked from thought-machine/please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (50 loc) · 2.27 KB
/
Copy pathgo.mod
File metadata and controls
52 lines (50 loc) · 2.27 KB
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
51
52
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-20200904140912-1aeb39973178
github.com/bazelbuild/remote-apis-sdks v0.0.0-20200921162846-81a3a82fc300
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.4.2
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.2
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/hashicorp/go-retryablehttp v0.6.7
github.com/jessevdk/go-flags v1.4.0
github.com/jstemmer/go-junit-report v0.9.1
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/mostynb/go-grpc-compression v1.1.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-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
google.golang.org/grpc v1.31.1
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
)
go 1.13