Skip to content

Commit

Permalink
chore: Update TwiN/kevent to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Nov 15, 2022
1 parent 3fd5006 commit 6be78c6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ rules:
- "get"
- "list"
- "delete"
- apiGroups:
- ""
- "events.k8s.io"
resources:
- "events"
verbs:
- "create"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
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.19

require (
github.com/TwiN/kevent v0.1.0
github.com/TwiN/kevent v0.1.1
github.com/xhit/go-str2duration/v2 v2.0.0
k8s.io/api v0.25.4
k8s.io/apimachinery v0.25.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/TwiN/kevent v0.1.0 h1:r9JNR+rCiSgMuO1gbRlbTfqS3tdcOl8+zdhcEL1rSRE=
github.com/TwiN/kevent v0.1.0/go.mod h1:vtWKyP6/+1rJOcfjnV9ZKTh6/v0LAi0bKzWeG/gDxC4=
github.com/TwiN/kevent v0.1.1 h1:6WyCoaFgxcrWFcVRybCzpDon9+k8zlKPvwembVUsrds=
github.com/TwiN/kevent v0.1.1/go.mod h1:vtWKyP6/+1rJOcfjnV9ZKTh6/v0LAi0bKzWeG/gDxC4=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down
6 changes: 5 additions & 1 deletion vendor/github.com/TwiN/kevent/kevent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/TwiN/kevent v0.1.0
# github.com/TwiN/kevent v0.1.1
## explicit; go 1.19
github.com/TwiN/kevent
# github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 6be78c6

Please sign in to comment.