Reog and implement sqlite

This commit is contained in:
cheddar 2025-02-20 20:45:49 -05:00
parent 30cdf2c7e7
commit 61aa1be730
No known key found for this signature in database
9 changed files with 223 additions and 76 deletions

1
go.mod
View file

@ -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
)