forked from GoogleCloudPlatform/cloud-run-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.66 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
module github.com/GoogleCloudPlatform/cloud-run-button
go 1.14
require (
cloud.google.com/go v0.55.0
cloud.google.com/go/pubsub v1.3.1 // indirect
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191203043605-d42048ed14fd // indirect
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
github.com/Netflix/go-expect v0.0.0-20200312175327-da48e75238e2 // indirect
github.com/briandowns/spinner v1.9.0
github.com/cncf/udpa/go v0.0.0-20200324003616-bae28a880fdb // indirect
github.com/fatih/color v1.9.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/exp v0.0.0-20200320212757-167ffe94c325 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/tools v0.0.0-20200324175852-6fb6f5a9fc59 // indirect
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
rsc.io/sampler v1.99.99 // indirect
)