Upload Modules
This commit is contained in:
13
ngx_http_limit_req_module/go.mod
Normal file
13
ngx_http_limit_req_module/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module github.com/tsuru/ngx-http-limit-req-rw-module
|
||||
|
||||
go 1.24.3
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user