@@ -14,11 +14,11 @@ require (
14
14
github.com/distribution/distribution/v3 v3.0.0-rc.3
15
15
github.com/distribution/reference v0.6.0
16
16
github.com/docker/cli v28.1.1+incompatible
17
- github.com/golang-migrate/migrate/v4 v4.18.2
17
+ github.com/golang-migrate/migrate/v4 v4.18.3
18
18
github.com/golang/mock v1.6.0
19
19
github.com/google/go-cmp v0.7.0
20
- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1
21
- github.com/grpc-ecosystem/grpc-health-probe v0.4.37
20
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
21
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.38
22
22
github.com/h2non/filetype v1.1.3
23
23
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
24
24
github.com/joelanford/ignore v0.1.1
@@ -39,10 +39,10 @@ require (
39
39
go.etcd.io/bbolt v1.4.0
40
40
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329
41
41
golang.org/x/mod v0.24.0
42
- golang.org/x/net v0.39 .0
43
- golang.org/x/sync v0.13 .0
44
- golang.org/x/sys v0.32 .0
45
- golang.org/x/text v0.24 .0
42
+ golang.org/x/net v0.40 .0
43
+ golang.org/x/sync v0.14 .0
44
+ golang.org/x/sys v0.33 .0
45
+ golang.org/x/text v0.25 .0
46
46
google.golang.org/grpc v1.72.0
47
47
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
48
48
google.golang.org/protobuf v1.36.6
@@ -64,7 +64,7 @@ replace github.com/google/cel-go => github.com/google/cel-go v0.22.1
64
64
65
65
require (
66
66
al.essio.dev/pkg/shellescape v1.5.1 // indirect
67
- cel.dev/expr v0.20.0 // indirect
67
+ cel.dev/expr v0.23.1 // indirect
68
68
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
69
69
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
70
70
github.com/BurntSushi/toml v1.5.0 // indirect
@@ -123,7 +123,7 @@ require (
123
123
github.com/gogo/protobuf v1.3.2 // indirect
124
124
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
125
125
github.com/golang/protobuf v1.5.4 // indirect
126
- github.com/google/cel-go v0.23 .0 // indirect
126
+ github.com/google/cel-go v0.25 .0 // indirect
127
127
github.com/google/gnostic-models v0.6.8 // indirect
128
128
github.com/google/go-containerregistry v0.20.3 // indirect
129
129
github.com/google/gofuzz v1.2.0 // indirect
@@ -218,9 +218,9 @@ require (
218
218
go.opentelemetry.io/otel/trace v1.34.0 // indirect
219
219
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
220
220
go.uber.org/automaxprocs v1.6.0 // indirect
221
- golang.org/x/crypto v0.37 .0 // indirect
221
+ golang.org/x/crypto v0.38 .0 // indirect
222
222
golang.org/x/oauth2 v0.29.0 // indirect
223
- golang.org/x/term v0.31 .0 // indirect
223
+ golang.org/x/term v0.32 .0 // indirect
224
224
golang.org/x/time v0.11.0 // indirect
225
225
golang.org/x/tools v0.31.0 // indirect
226
226
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
0 commit comments