Skip to content

Commit

Permalink
build(deps): Bump github.com/TwiN/kevent from 0.1.3 to 0.2.0 (#84)
Browse files Browse the repository at this point in the history
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](TwiN/kevent@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 84c44a3 commit c396330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit c396330

Please sign in to comment.