File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/kubeflow/model-registry
2
2
3
- go 1.23.6
3
+ go 1.24.0
4
4
5
5
require (
6
6
github.com/go-chi/chi/v5 v5.2.1
@@ -24,7 +24,7 @@ require (
24
24
gorm.io/driver/mysql v1.5.7
25
25
gorm.io/gorm v1.26.0
26
26
k8s.io/api v0.32.3
27
- k8s.io/apimachinery v0.32.3
27
+ k8s.io/apimachinery v0.33.1
28
28
k8s.io/client-go v0.32.3
29
29
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
30
30
sigs.k8s.io/controller-runtime v0.20.4
@@ -78,7 +78,6 @@ require (
78
78
github.com/google/gnostic-models v0.6.9 // indirect
79
79
github.com/google/go-cmp v0.7.0 // indirect
80
80
github.com/google/go-containerregistry v0.16.1 // indirect
81
- github.com/google/gofuzz v1.2.0 // indirect
82
81
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
83
82
github.com/google/s2a-go v0.1.9 // indirect
84
83
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
Original file line number Diff line number Diff line change @@ -638,8 +638,8 @@ k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls=
638
638
k8s.io/api v0.32.3 /go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k =
639
639
k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY =
640
640
k8s.io/apiextensions-apiserver v0.32.3 /go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss =
641
- k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U =
642
- k8s.io/apimachinery v0.32.3 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
641
+ k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4 =
642
+ k8s.io/apimachinery v0.33.1 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
643
643
k8s.io/apiserver v0.32.3 h1:kOw2KBuHOA+wetX1MkmrxgBr648ksz653j26ESuWNY8 =
644
644
k8s.io/apiserver v0.32.3 /go.mod h1:q1x9B8E/WzShF49wh3ADOh6muSfpmFL0I2t+TG0Zdgc =
645
645
k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU =
You can’t perform that action at this time.
0 commit comments