Reog and implement sqlite
This commit is contained in:
parent
30cdf2c7e7
commit
61aa1be730
9 changed files with 223 additions and 76 deletions
1
go.mod
1
go.mod
|
@ -5,6 +5,7 @@ go 1.23.4
|
|||
require (
|
||||
github.com/common-fate/httpsig v0.2.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/opencontainers/go-digest v1.0.0
|
||||
golang.org/x/crypto v0.33.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue