60 lines
2.3 KiB
Modula-2
60 lines
2.3 KiB
Modula-2
module gitlab.unjx.de/flohoss/godash
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.639
|
|
github.com/caarlos0/env/v10 v10.0.0
|
|
github.com/dariubs/percent v1.0.0
|
|
github.com/glebarez/sqlite v1.11.0
|
|
github.com/go-playground/validator/v10 v10.19.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/sessions v1.2.2
|
|
github.com/labstack/echo-contrib v0.15.0
|
|
github.com/labstack/echo/v4 v4.11.4
|
|
github.com/logto-io/go v1.0.4
|
|
github.com/r3labs/sse/v2 v2.10.0
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/wader/gormstore/v2 v2.0.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/gorm v1.25.9
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.13 // indirect
|
|
github.com/tklauser/numcpus v0.7.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gorm.io/driver/sqlite v1.5.5 // indirect
|
|
modernc.org/libc v1.22.5 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.5.0 // indirect
|
|
modernc.org/sqlite v1.23.1 // indirect
|
|
)
|