Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 #48

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ 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/rs/zerolog v1.28.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
)
Loading