Basic structure

This commit is contained in:
2026-04-23 22:33:33 -06:00
parent 3586be0e14
commit b8edbcb403
10 changed files with 1519 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module sprintpadawan
go 1.26.1
require (
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-sqlite3 v1.14.42 // indirect
golang.org/x/crypto v0.50.0 // indirect
)