ShOrgRu/go.mod

51 lines
1.8 KiB
Modula-2
Raw Normal View History

2024-10-06 17:04:37 +03:00
module sh.org.ru
go 1.23.1
require (
github.com/a-h/templ v0.2.778
github.com/gorilla/securecookie v1.1.2
github.com/gorilla/sessions v1.4.0
github.com/labstack/echo-contrib v0.17.1
github.com/ssoda/captcha v1.0.0
2024-10-06 17:04:37 +03:00
github.com/uptrace/bun v1.2.3
github.com/uptrace/bun/extra/bundebug v1.2.3
2024-10-06 17:04:37 +03:00
github.com/urfave/cli/v2 v2.27.4
gopkg.in/yaml.v3 v3.0.1
2024-10-06 17:04:37 +03:00
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2024-10-06 17:04:37 +03:00
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/context v1.1.2 // indirect
2024-10-06 17:04:37 +03:00
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/redis/go-redis/v9 v9.5.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.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
)
require (
github.com/gorilla/feeds v1.2.0
2024-10-06 17:04:37 +03:00
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/labstack/echo/v4 v4.12.0
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.3
github.com/uptrace/bun/driver/pgdriver v1.2.3
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.24.0 // indirect
)