Skip to content

Commit

Permalink
chore: Update listener version (#142)
Browse files Browse the repository at this point in the history
chore: update listener version
  • Loading branch information
Tomasz-Smelcerz-SAP authored Oct 12, 2023
1 parent b8383d9 commit 7360911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime-watcher/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/go-logr/logr v1.2.3
github.com/google/uuid v1.3.0
github.com/kyma-project/runtime-watcher/listener v0.0.0-20230619090337-a68fd69e7295
github.com/kyma-project/runtime-watcher/listener v0.0.0-20231011102033-b8383d92883e
github.com/onsi/ginkgo/v2 v2.8.3
github.com/onsi/gomega v1.27.1
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions runtime-watcher/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kyma-project/runtime-watcher/listener v0.0.0-20230619090337-a68fd69e7295 h1:eaLZBxvQcZNaeovL39EDG21nKSiiJ1o1ZJ3NQskz+Ik=
github.com/kyma-project/runtime-watcher/listener v0.0.0-20230619090337-a68fd69e7295/go.mod h1:KGeHsh0+joeAq7/0ssR6pj7G55gDC3y4CCvtZeofHOI=
github.com/kyma-project/runtime-watcher/listener v0.0.0-20231011102033-b8383d92883e h1:yJoi2kUTS1CKOBQOG8BRNxWAdEAk63DurKSJif6miUU=
github.com/kyma-project/runtime-watcher/listener v0.0.0-20231011102033-b8383d92883e/go.mod h1:h+qRkxtzjaBmmwNW8om8othH+xCm4iK4a53WoMoMe50=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
Expand Down

0 comments on commit 7360911

Please sign in to comment.