mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
51016ea8ae
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.15.0...pubsub/v1.16.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com> Co-authored-by: Azeem Shaikh <azeemshaikh38@gmail.com>
39 lines
1.3 KiB
Modula-2
39 lines
1.3 KiB
Modula-2
module github.com/ossf/scorecard/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/bigquery v1.21.0
|
|
cloud.google.com/go/datacatalog v0.1.0 // indirect
|
|
cloud.google.com/go/monitoring v0.1.0 // indirect
|
|
cloud.google.com/go/pubsub v1.16.0
|
|
cloud.google.com/go/trace v0.1.0 // indirect
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.8
|
|
github.com/bradleyfalzon/ghinstallation v1.1.1
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/golang/mock v1.6.0
|
|
github.com/golangci/golangci-lint v1.42.0
|
|
github.com/google/addlicense v0.0.0-20210809195240-d43bb61fdfda
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/go-containerregistry v0.6.0
|
|
github.com/google/go-github/v38 v38.1.0
|
|
github.com/h2non/filetype v1.1.1
|
|
github.com/jszwec/csvutil v1.5.0
|
|
github.com/moby/buildkit v0.8.3
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.16.0
|
|
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
|
|
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
|
|
go.opencensus.io v0.23.0
|
|
go.uber.org/zap v1.19.0
|
|
gocloud.dev v0.23.0
|
|
golang.org/x/tools v0.1.5
|
|
google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
mvdan.cc/sh/v3 v3.3.1
|
|
)
|