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.23.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-20211210111614-af8b64212486 // indirect
|
|
)
|