|
|
|
@ -14,6 +14,7 @@ require ( |
|
|
|
github.com/redis/go-redis/v9 v9.17.2 |
|
|
|
github.com/redis/go-redis/v9 v9.17.2 |
|
|
|
github.com/stretchr/testify v1.11.1 |
|
|
|
github.com/stretchr/testify v1.11.1 |
|
|
|
github.com/wneessen/go-mail v0.7.2 |
|
|
|
github.com/wneessen/go-mail v0.7.2 |
|
|
|
|
|
|
|
github.com/yuin/goldmark v1.7.13 |
|
|
|
golang.org/x/crypto v0.43.0 |
|
|
|
golang.org/x/crypto v0.43.0 |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
@ -50,7 +51,6 @@ require ( |
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect |
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect |
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect |
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect |
|
|
|
github.com/valyala/fasthttp v1.68.0 // indirect |
|
|
|
github.com/valyala/fasthttp v1.68.0 // indirect |
|
|
|
github.com/yuin/goldmark v1.7.13 // indirect |
|
|
|
|
|
|
|
golang.org/x/sys v0.37.0 // indirect |
|
|
|
golang.org/x/sys v0.37.0 // indirect |
|
|
|
golang.org/x/text v0.30.0 // indirect |
|
|
|
golang.org/x/text v0.30.0 // indirect |
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
|
|
|
|