scorecard/go.mod
dependabot[bot] 77a4160a87
🌱 Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 (#879)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  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>
2021-08-23 16:18:46 +00:00

35 lines
1.1 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/pubsub v1.15.0
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/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/naveensrinivasan/httpcache v1.2.2
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
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-20210813162853-db860fec028c
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/sh/v3 v3.3.1
)