Skip to content

Commit

Permalink
Update kine to include the bug fix on DELETE AS (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos authored Mar 22, 2023
1 parent 45352d9 commit 1137c30
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 @@ -15,4 +15,4 @@ require (
k8s.io/component-base v0.18.0
)

replace github.com/rancher/kine => github.com/canonical/kine v0.4.1-k8s-dqlite.6
replace github.com/rancher/kine => github.com/canonical/kine v0.4.1-k8s-dqlite.7
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb
github.com/canonical/go-dqlite v1.8.0/go.mod h1:MVgCUhFflG7GDAwb6q2CDp5kmdHyIX+XXkATDsiaDzw=
github.com/canonical/go-dqlite v1.11.7 h1:eS+jif6HJ4HzKatQePvQggZI6xQukzg94zC9qLiGVgA=
github.com/canonical/go-dqlite v1.11.7/go.mod h1:Dwp/03G1r4dtc+QSB9tV84RAAS7Mc6gy7tEvzCgcuQ8=
github.com/canonical/kine v0.4.1-k8s-dqlite.6 h1:wWubWIyTQm8gSBRWoMOKPVi2xrweqCjhsPclu1wrd38=
github.com/canonical/kine v0.4.1-k8s-dqlite.6/go.mod h1:0OyC9MZY3pLtIGG/GQLNuDhgV72ucBViAR7ZpLcNSDk=
github.com/canonical/kine v0.4.1-k8s-dqlite.7 h1:JyLo37WZkSh0sa0xmGzCUrFfT7QwF9A63GV4DhOq3Rk=
github.com/canonical/kine v0.4.1-k8s-dqlite.7/go.mod h1:0OyC9MZY3pLtIGG/GQLNuDhgV72ucBViAR7ZpLcNSDk=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 h1:uH66TXeswKn5PW5zdZ39xEwfS9an067BirqA+P4QaLI=
Expand Down

0 comments on commit 1137c30

Please sign in to comment.