reinit
This commit is contained in:
commit
ad8c238e78
53 changed files with 10091 additions and 0 deletions
8
backend/go.mod
Normal file
8
backend/go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue