Skip to content

Commit 1f88fb6

Browse files
chore(dependabot): bump github.com/kyma-project/runtime-watcher/listener
Bumps [github.com/kyma-project/runtime-watcher/listener](https://github.com/kyma-project/runtime-watcher) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/kyma-project/runtime-watcher/releases) - [Commits](1.0.0...1.2.0) --- updated-dependencies: - dependency-name: github.com/kyma-project/runtime-watcher/listener dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb943ed commit 1f88fb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime-watcher/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.4
55
require (
66
github.com/go-logr/logr v1.4.3
77
github.com/go-logr/zapr v1.3.0
8-
github.com/kyma-project/runtime-watcher/listener v1.0.0
8+
github.com/kyma-project/runtime-watcher/listener v1.2.0
99
github.com/prometheus/client_golang v1.23.2
1010
github.com/sethgrid/pester v1.2.0
1111
github.com/stretchr/testify v1.11.1

runtime-watcher/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2929
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
3030
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
3131
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
32-
github.com/kyma-project/runtime-watcher/listener v1.0.0 h1:zOtm1981uKASQVotvoy5YDosZF0UGGb2AVWrPMK5wZk=
33-
github.com/kyma-project/runtime-watcher/listener v1.0.0/go.mod h1:9OUBXT2bQ836wv8SBIYJ0nECuKXqlJYXP+8AJ8cWR7Q=
32+
github.com/kyma-project/runtime-watcher/listener v1.2.0 h1:36e1C2SkGT9fddJhVgaS+617YxUQ0uJBX0LaYmnZstQ=
33+
github.com/kyma-project/runtime-watcher/listener v1.2.0/go.mod h1:nb6IFwNxZIkdTY7k1C7vb5aqILLwDtwiX6FNlj7CYnE=
3434
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
3535
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
3636
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)