Skip to content

Commit 2d44ef1

Browse files
fix(deps): update module github.com/ulule/limiter/v3 to v3.11.1
1 parent b703e7d commit 2d44ef1

File tree

2 files changed

+76
-4
lines changed

2 files changed

+76
-4
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.16
55
require (
66
github.com/Delta456/box-cli-maker v1.3.2
77
github.com/adshao/go-binance/v2 v2.3.2
8-
github.com/andybalholm/brotli v1.0.3 // indirect
98
github.com/c-bata/go-prompt v0.2.6
109
github.com/dustin/go-humanize v1.0.0
1110
github.com/fasthttp/router v1.4.4
@@ -17,9 +16,9 @@ require (
1716
github.com/olekukonko/tablewriter v0.0.5
1817
github.com/schollz/progressbar/v3 v3.8.3
1918
github.com/soniah/evaler v2.2.0+incompatible
20-
github.com/stretchr/testify v1.7.0
19+
github.com/stretchr/testify v1.8.1
2120
github.com/tyler-smith/go-bip39 v1.1.0
22-
github.com/ulule/limiter/v3 v3.8.0
23-
github.com/valyala/fasthttp v1.31.0
21+
github.com/ulule/limiter/v3 v3.11.1
22+
github.com/valyala/fasthttp v1.44.0
2423
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2524
)

0 commit comments

Comments
 (0)