Skip to content

Commit e91d7f1

Browse files
bump mockery (#724)
1 parent cc5df12 commit e91d7f1

File tree

16 files changed

+62
-64
lines changed

16 files changed

+62
-64
lines changed

api/operator/v1alpha1/zz_generated.deepcopy.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/go-logr/zapr v1.3.0
1313
github.com/google/uuid v1.6.0
1414
github.com/kelseyhightower/envconfig v1.4.0
15-
github.com/kyma-project/api-gateway v0.0.0-20241210095926-1e59d9c2e7bb
16-
github.com/kyma-project/kyma/common/logging v0.0.0-20241209103539-66fd0e4c646c
15+
github.com/kyma-project/api-gateway v0.0.0-20250203071456-61aa30a502ea
16+
github.com/kyma-project/kyma/common/logging v0.0.0-20250109094857-af275ca21d2a
1717
github.com/kyma-project/nats-manager v1.0.3-0.20231219150808-13159cfea47c
1818
github.com/mitchellh/hashstructure/v2 v2.0.2
1919
github.com/nats-io/nats-server/v2 v2.10.25
@@ -23,7 +23,7 @@ require (
2323
github.com/pkg/errors v0.9.1
2424
github.com/prometheus/client_golang v1.20.5
2525
github.com/stretchr/testify v1.10.0
26-
github.com/vektra/mockery/v2 v2.51.1
26+
github.com/vektra/mockery/v2 v2.52.1
2727
go.uber.org/atomic v1.11.0
2828
go.uber.org/zap v1.27.0
2929
golang.org/x/oauth2 v0.25.0
@@ -45,15 +45,15 @@ require (
4545
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4646
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
4747
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
48-
github.com/fsnotify/fsnotify v1.7.0 // indirect
48+
github.com/fsnotify/fsnotify v1.8.0 // indirect
4949
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5050
github.com/go-openapi/jsonpointer v0.21.0 // indirect
5151
github.com/go-openapi/jsonreference v0.21.0 // indirect
5252
github.com/go-openapi/swag v0.23.0 // indirect
5353
github.com/gogo/protobuf v1.3.2 // indirect
5454
github.com/golang/protobuf v1.5.4 // indirect
5555
github.com/google/btree v1.1.3 // indirect
56-
github.com/google/gnostic-models v0.6.8 // indirect
56+
github.com/google/gnostic-models v0.6.9 // indirect
5757
github.com/google/go-cmp v0.6.0 // indirect
5858
github.com/google/gofuzz v1.2.0 // indirect
5959
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -81,10 +81,10 @@ require (
8181
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
8282
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8383
github.com/prometheus/client_model v0.6.1 // indirect
84-
github.com/prometheus/common v0.60.1 // indirect
84+
github.com/prometheus/common v0.62.0 // indirect
8585
github.com/prometheus/procfs v0.15.1 // indirect
86-
github.com/rs/zerolog v1.29.0 // indirect
87-
github.com/spf13/afero v1.11.0 // indirect
86+
github.com/rs/zerolog v1.33.0 // indirect
87+
github.com/spf13/afero v1.12.0 // indirect
8888
github.com/spf13/cast v1.7.0 // indirect
8989
github.com/spf13/cobra v1.8.1 // indirect
9090
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -96,24 +96,24 @@ require (
9696
go.uber.org/multierr v1.11.0 // indirect
9797
golang.org/x/crypto v0.32.0 // indirect
9898
golang.org/x/mod v0.22.0 // indirect
99-
golang.org/x/net v0.33.0 // indirect
99+
golang.org/x/net v0.34.0 // indirect
100100
golang.org/x/sync v0.10.0 // indirect
101101
golang.org/x/sys v0.29.0 // indirect
102102
golang.org/x/term v0.28.0 // indirect
103103
golang.org/x/text v0.21.0 // indirect
104104
golang.org/x/time v0.9.0 // indirect
105-
golang.org/x/tools v0.28.0 // indirect
105+
golang.org/x/tools v0.29.0 // indirect
106106
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
107-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
108-
google.golang.org/protobuf v1.36.1 // indirect
107+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
108+
google.golang.org/protobuf v1.36.4 // indirect
109109
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
110110
gopkg.in/inf.v0 v0.9.1 // indirect
111111
gopkg.in/ini.v1 v1.67.0 // indirect
112112
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
113113
gopkg.in/yaml.v3 v3.0.1 // indirect
114114
k8s.io/klog/v2 v2.130.1 // indirect
115-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
116-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
115+
k8s.io/kube-openapi v0.0.0-20241127205056-99599406b04f // indirect
116+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
117117
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
118118
sigs.k8s.io/yaml v1.4.0 // indirect
119119
)

go.sum

+34-36
Large diffs are not rendered by default.

internal/connection/nats/mocks/connection.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/controller/eventing/subscription/validator/mocks/SubscriptionValidator.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/controller/operator/eventing/mocks/manager.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/controller/operator/eventing/mocks/nats_config_handler.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/controller/operator/eventing/mocks/typed_controller.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/backend/jetstream/mocks/Backend.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/backend/jetstream/mocks/JetStreamContext.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/ems/api/events/client/mocks/PublisherManager.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/eventing/mocks/manager.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/k8s/mocks/client.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/subscriptionmanager/manager/mocks/manager.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/subscriptionmanager/mocks/manager_factory.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/watcher/mocks/watcher.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)