Skip to content

Commit 990875c

Browse files
committed
Bump kcrypt to fix local TPM encryption
The refresh command requires the password but we are not passing it Signed-off-by: Itxaka <[email protected]>
1 parent 27a124c commit 990875c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/jaypipes/ghw v0.12.0
1313
github.com/joho/godotenv v1.5.1
1414
github.com/kairos-io/kairos-sdk v0.4.1
15-
github.com/kairos-io/kcrypt v0.12.2
15+
github.com/kairos-io/kcrypt v0.12.3
1616
github.com/labstack/echo/v4 v4.12.0
1717
github.com/mitchellh/mapstructure v1.5.0
1818
github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ github.com/kairos-io/kairos-sdk v0.4.1 h1:WF+X30URojMxV7AlzVj0uejvPWG4zq1WNga0sw
282282
github.com/kairos-io/kairos-sdk v0.4.1/go.mod h1:lgQAYkh0aWIZg4/CQcC+OPQp95ONs2PzkMIcAq8w6OY=
283283
github.com/kairos-io/kcrypt v0.12.2 h1:+lr8FGS0AW6D5dWSmaR3+AobL1TBTnOFgCSYctKY+5I=
284284
github.com/kairos-io/kcrypt v0.12.2/go.mod h1:7SPiHzNMYl4MlxeB30s1YlHDYByTusu7u1mU5Nvicm0=
285+
github.com/kairos-io/kcrypt v0.12.3 h1:dxXJ38MkVnKMVx6+KupE3FRuOdlFHeEeLfLaZ9cBFdg=
286+
github.com/kairos-io/kcrypt v0.12.3/go.mod h1:7SPiHzNMYl4MlxeB30s1YlHDYByTusu7u1mU5Nvicm0=
285287
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
286288
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
287289
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 h1:qq2nCpSrXrmvDGRxW0ruW9BVEV1CN2a9YDOExdt+U0o=

0 commit comments

Comments
 (0)