fix(tfstated): hash passwords instead of relying on the database encryption key
This commit is contained in:
parent
7c96e1b780
commit
5b6da56089
7 changed files with 66 additions and 40 deletions
5
go.mod
5
go.mod
|
@ -4,4 +4,7 @@ go 1.23.3
|
|||
|
||||
require github.com/mattn/go-sqlite3 v1.14.24
|
||||
|
||||
require go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
|
||||
require (
|
||||
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
|
||||
golang.org/x/crypto v0.29.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue