Initial commit
This commit is contained in:
11
cpone-dashboard/go.mod
Normal file
11
cpone-dashboard/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module cpone-dashboard
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/go-sql-driver/mysql v1.9.3
|
||||
github.com/joho/godotenv v1.5.1
|
||||
)
|
||||
|
||||
require filippo.io/edwards25519 v1.1.0 // indirect
|
||||
Reference in New Issue
Block a user