forked from GoogleCloudPlatform/security-response-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (46 loc) · 2.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/googlecloudplatform/security-response-automation
go 1.11
require (
9fans.net/go v0.0.2 // indirect
cloud.google.com/go v0.71.0
cloud.google.com/go/bigquery v1.8.0
cloud.google.com/go/logging v1.0.0
cloud.google.com/go/pubsub v1.3.1
cloud.google.com/go/storage v1.10.0
github.com/PagerDuty/go-pagerduty v0.0.0-20191002190746-f60f4fc45222
github.com/acroca/go-symbols v0.1.1 // indirect
github.com/cweill/gotests v1.5.3 // indirect
github.com/davidrjenni/reftools v0.0.0-20190827201643-0605d60846fb // indirect
github.com/fatih/gomodifytags v1.0.1 // indirect
github.com/fatih/structtag v1.1.0 // indirect
github.com/fzipp/gocyclo v0.3.1 // indirect
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.32.2 // indirect
github.com/google/go-cmp v0.5.5
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.1.2
github.com/googleapis/gax-go/v2 v2.0.5
github.com/haya14busa/goplay v1.0.0 // indirect
github.com/josharian/impl v0.0.0-20190715203526-f0d59e96e372 // indirect
github.com/karrick/godirwalk v1.12.0 // indirect
github.com/mdempsky/gocode v0.0.0-20190203001940-7fb65232883f // indirect
github.com/mibk/dupl v1.0.0 // indirect
github.com/open-policy-agent/opa v0.24.0
github.com/pkg/errors v0.9.1
github.com/ramya-rao-a/go-outline v0.0.0-20181122025142-7182a932836a // indirect
github.com/rogpeppe/godef v1.1.1 // indirect
github.com/securego/gosec/v2 v2.5.0 // indirect
github.com/sendgrid/rest v2.4.1+incompatible
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e // indirect
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
github.com/uudashr/gopkgs v2.0.1+incompatible // indirect
github.com/zmb3/gogetdoc v0.0.0-20190228002656-b37376c5da6a // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/api v0.34.0
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.3.0
sourcegraph.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
)