kinda working

This commit is contained in:
wagslane
2023-05-30 21:28:23 -06:00
parent 7d1852d380
commit 80ec635705
91 changed files with 13103 additions and 2 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/bootdotdev/learn-cicd-starter
go 1.20
require (
github.com/go-chi/chi v1.5.4
github.com/go-chi/cors v1.2.1
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.5.1
)
require github.com/go-sql-driver/mysql v1.7.1