mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
14 lines
330 B
Modula-2
14 lines
330 B
Modula-2
module github.com/dlorenc/scorecard
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/prometheus/common v0.14.0
|
|
github.com/spf13/cobra v1.1.0
|
|
github.com/spf13/viper v1.7.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
)
|