23 lines
760 B
Modula-2
23 lines
760 B
Modula-2
module git.ucode.space/Phil/goshorly
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/gofiber/fiber/v2 v2.25.0
|
|
github.com/gofiber/template v1.6.21
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/klauspost/compress v1.14.1 // 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.32.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
|
|
)
|