clean: first clean archi sandbox implementation

This commit is contained in:
Florian Sylvain
2023-08-05 14:37:53 +02:00
parent 4187f0b2e2
commit 5b4b5a8622
13 changed files with 302 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
module GohCMS2
go 1.20
require (
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/joho/godotenv v1.5.1
github.com/shopspring/decimal v1.3.1
github.com/steebchen/prisma-client-go v0.21.0
github.com/takuoki/gocase v1.0.0
golang.org/x/text v0.10.0
)
require go.uber.org/dig v1.17.0