Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
8
backend/go.mod
Executable file
8
backend/go.mod
Executable file
@@ -0,0 +1,8 @@
|
||||
module krafttrainer
|
||||
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/golang-migrate/migrate/v4 v4.19.1 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.37 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user