more file structure

This commit is contained in:
2024-09-11 21:24:34 +10:00
parent a5196bb321
commit 88c9cb3eef
17 changed files with 649 additions and 40 deletions

13
go.mod
View File

@@ -1,3 +1,12 @@
module vm-cbp
module vm-ctp
go 1.21.6
go 1.23.1
require (
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/joho/godotenv v1.5.1
)
require github.com/felixge/httpsnoop v1.0.4 // indirect