2021-11-15 16:33:31 +01:00
|
|
|
module git.pbiernat.dev/golang/vegvisir
|
2021-07-08 22:21:07 +02:00
|
|
|
|
2021-11-10 01:36:33 +01:00
|
|
|
go 1.17
|
2021-07-08 22:32:49 +02:00
|
|
|
|
2021-07-10 23:57:45 +02:00
|
|
|
require (
|
2021-07-23 16:04:54 +02:00
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
2021-11-10 01:36:33 +01:00
|
|
|
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
|
|
|
|
github.com/valyala/fasthttp v1.31.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
|
|
github.com/klauspost/compress v1.13.4 // 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
|
2021-07-10 23:57:45 +02:00
|
|
|
)
|