mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
32 lines
867 B
AMPL
32 lines
867 B
AMPL
module GohCMS2
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/glebarez/sqlite v1.9.0
|
|
github.com/go-chi/httplog v0.3.1
|
|
go.uber.org/dig v1.17.0
|
|
gorm.io/gorm v1.25.2
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
modernc.org/libc v1.24.1 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.6.0 // indirect
|
|
modernc.org/sqlite v1.25.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rs/zerolog v1.29.1 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
)
|