forked from GoogleCloudPlatform/cloud-build-notifiers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.29 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
module github.com/GoogleCloudPlatform/cloud-build-notifiers
go 1.16
replace github.com/GoogleCloudPlatform/cloud-build-notifiers/lib/notifiers => ./lib/notifiers
require (
cloud.google.com/go v0.81.0
cloud.google.com/go/bigquery v1.16.0
cloud.google.com/go/storage v1.14.0
github.com/antlr/antlr4 v0.0.0-20210404160547-4dfacf63e228 // indirect
github.com/docker/cli v20.10.5+incompatible // indirect
github.com/docker/docker v20.10.5+incompatible // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/google/cel-go v0.7.3
github.com/google/go-cmp v0.5.5
github.com/google/go-containerregistry v0.4.1
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/slack-go/slack v0.8.2
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/api v0.43.0
google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.0.3 // indirect
k8s.io/client-go v0.20.5
)