2019-07-21 23:27:30 +02:00
|
|
|
module github.com/ulule/limiter/v3
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/gin-gonic/gin v1.6.2
|
|
|
|
github.com/go-redis/redis/v7 v7.2.0
|
|
|
|
github.com/klauspost/compress v1.9.6 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
github.com/valyala/fasthttp v1.9.0
|
2019-07-21 23:27:30 +02:00
|
|
|
)
|