File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ go 1.22.7
55require (
66 github.com/cloudevents/sdk-go/v2 v2.15.2
77 github.com/google/go-cmp v0.6.0
8- github.com/hashicorp/golang-lru v1.0.2
98 github.com/kelseyhightower/envconfig v1.4.0
109 github.com/stretchr/testify v1.9.0
1110 go.uber.org/zap v1.27.0
1211 k8s.io/api v0.31.4
1312 k8s.io/apimachinery v0.31.4
1413 k8s.io/client-go v0.31.4
15- knative.dev/eventing v0.44.0
14+ knative.dev/eventing v0.44.2
1615 knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
1716 knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
1817)
@@ -48,6 +47,7 @@ require (
4847 github.com/google/gofuzz v1.2.0 // indirect
4948 github.com/google/uuid v1.6.0 // indirect
5049 github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
50+ github.com/hashicorp/golang-lru v1.0.2 // indirect
5151 github.com/imdario/mergo v0.3.16 // indirect
5252 github.com/josharian/intern v1.0.0 // indirect
5353 github.com/json-iterator/go v1.1.12 // indirect
Original file line number Diff line number Diff line change @@ -724,8 +724,8 @@ k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 h1:1Wof1cGQgA5pqgo8MxKPtf
724724k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 /go.mod h1:Os6V6dZwLNii3vxFpxcNaTmH8LJJBkOTg1N0tOA0fvA =
725725k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A =
726726k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
727- knative.dev/eventing v0.44.0 h1:AGH9wp6Vp0LNRXWnJ4oIVURUNOBsq5/xNm95ZsxZBFs =
728- knative.dev/eventing v0.44.0 /go.mod h1:0H5SItbyPWJLXoGXwBxX7yqvg6t2enQsQbLKyzWoezQ =
727+ knative.dev/eventing v0.44.2 h1:7oqRHty3AYzCWmQomTV/skA6NhZXFXCY8rXAx2/OUac =
728+ knative.dev/eventing v0.44.2 /go.mod h1:4ndE/NDntPvunnUl/q7MFbkX0pS/vKaMUFOXFRf1GWA =
729729knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 h1:CwLVoSblWmfaIkgRFX2LcEA0uYZo+nOhdPatsz+QL9w =
730730knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
731731knative.dev/pkg v0.0.0-20250117084104-c43477f0052b h1:a+gP7Yzu5NmoX2w1p8nfTgmSKF+aHLKGzqYT82ijJTw =
You can’t perform that action at this time.
0 commit comments