created setup and backend structure
This commit is contained in:
13
setup/go.mod
Normal file
13
setup/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user