Files
RenewCMS/go.mod
T

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