forked from GoogleCloudPlatform/cloud-build-notifiers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.13 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
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/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/api v0.43.0
google.golang.org/genproto v0.0.0-20210825212027-de86158e7fda
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.0.3 // indirect
k8s.io/client-go v0.20.5
)