mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-08 22:55:27 +03:00
8333f1e328
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v1.15.1...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com>
23 lines
781 B
Modula-2
23 lines
781 B
Modula-2
module github.com/ossf/scorecard
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bradleyfalzon/ghinstallation v1.1.1
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/naveensrinivasan/httpcache v1.2.2
|
|
github.com/onsi/ginkgo v1.15.2
|
|
github.com/onsi/gomega v1.11.0
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
|
|
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
|
|
github.com/spf13/cobra v1.1.3
|
|
go.uber.org/zap v1.16.0
|
|
gocloud.dev v0.22.0
|
|
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
|
|
golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
)
|