From c3963301fa3787cbaeec4d2cbb27bccd1d08279b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 20:47:34 -0400 Subject: [PATCH] build(deps): Bump github.com/TwiN/kevent from 0.1.3 to 0.2.0 (#84) Bumps [github.com/TwiN/kevent](https://github.com/TwiN/kevent) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/TwiN/kevent/releases) - [Commits](https://github.com/TwiN/kevent/compare/v0.1.3...v0.2.0) --- updated-dependencies: - dependency-name: github.com/TwiN/kevent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3392688..9704ce5 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/TwiN/k8s-ttl-controller go 1.22.2 require ( - github.com/TwiN/kevent v0.1.3 + github.com/TwiN/kevent v0.2.0 github.com/xhit/go-str2duration/v2 v2.1.0 k8s.io/api v0.30.0 k8s.io/apimachinery v0.30.0 diff --git a/go.sum b/go.sum index cda5d0f..a376db8 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/TwiN/kevent v0.1.3 h1:tn/ZUYGf2rrViK0XuEUuOkse2F6Es95TPlw2PmD9KyY= -github.com/TwiN/kevent v0.1.3/go.mod h1:3wG6/J+FXSMnfLV+F+lTcCyvpl2chDDSDhPRrTASA5c= +github.com/TwiN/kevent v0.2.0 h1:RW1NMrIv8myG3QHvLLDYLF/pJliW03TPkb9Zf97bzRM= +github.com/TwiN/kevent v0.2.0/go.mod h1:UVXHFfpbWkYLzV4GPyw5JO1UjGg9/Qgle1Cu0ttO95Y= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=