mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
15 lines
315 B
AMPL
15 lines
315 B
AMPL
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
|