This commit is contained in:
lubiana 2025-07-28 19:54:33 +02:00
commit ad8c238e78
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
53 changed files with 10091 additions and 0 deletions

8
backend/go.mod Normal file
View file

@ -0,0 +1,8 @@
module gocheck
go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.28
)