21 lines
640 B
Modula-2
21 lines
640 B
Modula-2
module git.ucode.space/Phil/goshorly
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/gofiber/fiber/v2 v2.24.0
|
|
github.com/gofiber/template v1.6.20
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.31.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|