scorecard/go.mod
laurentsimon 6718939a08
Cleanup errors and log (#782)
* cleanup

* text

* add errors

* fixes

* more

* fixes

* linnter

* comments

* name
2021-08-02 22:38:42 +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.19.0
cloud.google.com/go/pubsub v1.13.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-20210428195630-6d92264d7170
github.com/google/go-cmp v0.5.6
github.com/google/go-github/v32 v32.1.0
github.com/google/go-github/v33 v33.0.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.14.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-20210714021259-044028024a4f
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/sh/v3 v3.3.1
)