36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module filething
|
|
|
|
go 1.23.0
|
|
|
|
require github.com/go-pg/pg v8.0.7+incompatible
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
github.com/onsi/gomega v1.10.3 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/uptrace/bun v1.2.3
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.3
|
|
github.com/uptrace/bun/driver/pgdriver v1.2.3
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
mellium.im/sasl v0.3.1 // indirect
|
|
)
|