Skip to content

Commit

Permalink
kine-tne update
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Sep 3, 2024
1 parent de67afe commit 2f83c37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ require (
github.com/spf13/cobra v1.8.0 // indirect
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
github.com/synadia-labs/tne v0.0.0-20240713020525-78ea8200229a // indirect
github.com/synadia-labs/tne v0.0.0-20240903011542-01c604905a5c // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
Expand Down Expand Up @@ -536,4 +536,4 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

replace github.com/k3s-io/kine => github.com/synadia-labs/kine-tne v0.0.0-20240713021114-f124dec35256
replace github.com/k3s-io/kine => github.com/synadia-labs/kine-tne v0.0.0-20240903012341-c85a7684202d
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1569,10 +1569,10 @@ github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/synadia-labs/kine-tne v0.0.0-20240713021114-f124dec35256 h1:q9O6Nix1QxCHUzxgySj4Up1TMah6N6JdQspZl6xvTyE=
github.com/synadia-labs/kine-tne v0.0.0-20240713021114-f124dec35256/go.mod h1:wNanamxKV19aoB+dh2SVPMVQnWDBURxUJqBjVoh6qiQ=
github.com/synadia-labs/tne v0.0.0-20240713020525-78ea8200229a h1:6Sc1HEGISYa88iwE5J4InCxEXB2bkg4pAuZIHLrZZeY=
github.com/synadia-labs/tne v0.0.0-20240713020525-78ea8200229a/go.mod h1:rKrXInnj3kI/mB8WMiV+dbKE9R3yH8aLygYYLQodhLc=
github.com/synadia-labs/kine-tne v0.0.0-20240903012341-c85a7684202d h1:g9e2ow0JlYEn0gSSzkkl5TW03Q9RkUcBbDx7s7vQA4w=
github.com/synadia-labs/kine-tne v0.0.0-20240903012341-c85a7684202d/go.mod h1:hZ/QWir1BquoZAWO1XXoJ1JgYlPz1DFV2/aTgiyCW1E=
github.com/synadia-labs/tne v0.0.0-20240903011542-01c604905a5c h1:icokeQdB3OcRtKSLiX3Yo7KFPs16T0ID+wTYZ+1bHX4=
github.com/synadia-labs/tne v0.0.0-20240903011542-01c604905a5c/go.mod h1:rKrXInnj3kI/mB8WMiV+dbKE9R3yH8aLygYYLQodhLc=
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/syndtr/goleveldb v1.0.0 h1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=
Expand Down

0 comments on commit 2f83c37

Please sign in to comment.