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
2 changes: 1 addition & 1 deletion build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Khan/genqlient v0.8.1
github.com/containerd/platforms v1.0.0-rc.1
github.com/go-git/go-billy/v6 v6.0.0-20250906064328-0118fd22f1d9
github.com/go-git/go-git/v6 v6.0.0-20250711134917-1f24ae85fe16
github.com/go-git/go-git/v6 v6.0.0-20250910120214-3a68d0404116
github.com/go-jose/go-jose/v4 v4.1.2
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/go-chi/chi/v5 v5.2.3
github.com/go-chi/cors v1.2.2
github.com/go-git/go-billy/v6 v6.0.0-20250906064328-0118fd22f1d9
github.com/go-git/go-git/v6 v6.0.0-20250711134917-1f24ae85fe16
github.com/go-git/go-git/v6 v6.0.0-20250910120214-3a68d0404116
github.com/go-jose/go-jose/v4 v4.1.2
github.com/go-openapi/jsonpointer v0.21.1
github.com/gobwas/glob v0.2.3
Expand Down
Loading