forked from ossf/allstar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 662 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ossf/allstar
go 1.16
require (
github.com/Azure/go-autorest/autorest/azure/cli v0.4.3 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4
github.com/dvyukov/go-fuzz v0.0.0-20210914135545-4980593459a1 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/google/go-cmp v0.5.8
github.com/google/go-github/v43 v43.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/ossf/scorecard/v4 v4.4.0
github.com/rs/zerolog v1.27.0
github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228
github.com/spf13/viper v1.10.0 // indirect
gocloud.dev v0.25.0
sigs.k8s.io/yaml v1.3.0
)