Skip to content
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
github.com/chainguard-dev/git-urls v1.0.2
github.com/creasty/defaults v1.8.0
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-git/v5 v5.16.5
github.com/go-logr/zerologr v1.2.3
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/google/go-github/v74 v74.0.0
Expand Down Expand Up @@ -49,6 +50,7 @@ require (
go.opentelemetry.io/otel/trace v1.38.0
golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39
golang.org/x/oauth2 v0.33.0
golang.org/x/sync v0.18.0
google.golang.org/grpc v1.76.0
gopkg.in/dealancer/validate.v2 v2.1.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -160,7 +162,6 @@ require (
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.2 // indirect
github.com/go-git/go-git/v5 v5.16.4 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
github.com/go-logr/logr v1.4.3 // indirect
Expand Down Expand Up @@ -321,7 +322,6 @@ require (
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading