Skip to content

Commit b9e8b79

Browse files
chore(dependabot): bump github.com/kyma-project/runtime-watcher/listener from 1.0.0 to 1.2.0 (#2872)
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](kyma-project/runtime-watcher@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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bcda05 commit b9e8b79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010
require (
1111
github.com/kyma-project/lifecycle-manager/api v1.0.0
1212
github.com/kyma-project/lifecycle-manager/maintenancewindows v1.0.0
13-
github.com/kyma-project/runtime-watcher/listener v1.0.0
13+
github.com/kyma-project/runtime-watcher/listener v1.2.0
1414
github.com/kyma-project/template-operator/api v1.0.0
1515
)
1616

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,8 +1409,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
14091409
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
14101410
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
14111411
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
1412-
github.com/kyma-project/runtime-watcher/listener v1.0.0 h1:zOtm1981uKASQVotvoy5YDosZF0UGGb2AVWrPMK5wZk=
1413-
github.com/kyma-project/runtime-watcher/listener v1.0.0/go.mod h1:9OUBXT2bQ836wv8SBIYJ0nECuKXqlJYXP+8AJ8cWR7Q=
1412+
github.com/kyma-project/runtime-watcher/listener v1.2.0 h1:36e1C2SkGT9fddJhVgaS+617YxUQ0uJBX0LaYmnZstQ=
1413+
github.com/kyma-project/runtime-watcher/listener v1.2.0/go.mod h1:nb6IFwNxZIkdTY7k1C7vb5aqILLwDtwiX6FNlj7CYnE=
14141414
github.com/kyma-project/template-operator/api v1.0.0 h1:tIQ83GfmVdmWVBRLYTOHTZJ45j32quYRUcmyhyWn5+s=
14151415
github.com/kyma-project/template-operator/api v1.0.0/go.mod h1:kdlviF9ugZf2VHw09QzVfQ8PQfrA1Sxp2RyghWMdBEQ=
14161416
github.com/letsencrypt/boulder v0.0.0-20241010192615-6692160cedfa h1:/kPrcWfMENmWJh9AceGWaTJ0QBS3OyCDENx2vI71T8k=

0 commit comments

Comments
 (0)