mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
b7ddc9ac93
Co-authored-by: Azeem Shaikh <azeems@google.com>
35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module github.com/ossf/scorecard/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/bigquery v1.20.1
|
|
cloud.google.com/go/pubsub v1.14.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.41.1
|
|
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.15.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.18.1
|
|
gocloud.dev v0.23.0
|
|
golang.org/x/tools v0.1.5
|
|
google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
mvdan.cc/sh/v3 v3.3.1
|
|
)
|