feature: Bump go-jose and require signing algorithms in auth (#4349)

This commit is contained in:
Milos Gajdos
2024-05-30 20:54:20 +01:00
committed by GitHub
46 changed files with 628 additions and 319 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/distribution/reference v0.6.0
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
github.com/docker/go-metrics v0.0.1
github.com/go-jose/go-jose/v3 v3.0.3
github.com/go-jose/go-jose/v4 v4.0.2
github.com/google/uuid v1.3.1
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1