created setup and backend structure

This commit is contained in:
z1glr
2025-01-07 00:51:03 +00:00
parent 063f22569d
commit 03b2b0e206
11 changed files with 306 additions and 1 deletions

13
setup/go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/johannesbuehl/golunteer/setup
go 1.23.4
require (
github.com/go-sql-driver/mysql v1.8.1
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
golang.org/x/crypto v0.32.0
)