Skip to content

Commit 5bc0d94

Browse files
chore(deps): bump knative.dev/eventing from 0.44.0 to 0.44.2
Bumps [knative.dev/eventing](https://github.com/knative/eventing) from 0.44.0 to 0.44.2. - [Release notes](https://github.com/knative/eventing/releases) - [Commits](knative/eventing@v0.44.0...v0.44.2) --- updated-dependencies: - dependency-name: knative.dev/eventing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3324acd commit 5bc0d94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ go 1.22.7
55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 h1:1Wof1cGQgA5pqgo8MxKPtf
724724
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8/go.mod h1:Os6V6dZwLNii3vxFpxcNaTmH8LJJBkOTg1N0tOA0fvA=
725725
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
726726
k8s.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=
729729
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 h1:CwLVoSblWmfaIkgRFX2LcEA0uYZo+nOhdPatsz+QL9w=
730730
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
731731
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b h1:a+gP7Yzu5NmoX2w1p8nfTgmSKF+aHLKGzqYT82ijJTw=

0 commit comments

Comments
 (0)