diff options
| author | 2023-02-06 09:06:04 +0100 | |
|---|---|---|
| committer | 2023-02-06 09:06:04 +0100 | |
| commit | dae14cc0ebcab3a5a216e49ba70613cfcd0a8a7c (patch) | |
| tree | 17bdb69373fda711adf2a23578db588336a4b4c6 /vendor | |
| parent | [chore] stub /api/v1/featured_tags endpoint (#1420) (diff) | |
| download | gotosocial-dae14cc0ebcab3a5a216e49ba70613cfcd0a8a7c.tar.xz | |
[chore]: Bump github.com/ulule/limiter/v3 from 3.10.0 to 3.11.0 (#1429)
Bumps [github.com/ulule/limiter/v3](https://github.com/ulule/limiter) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/ulule/limiter/releases)
- [Commits](https://github.com/ulule/limiter/compare/v3.10.0...v3.11.0)
---
updated-dependencies:
- dependency-name: github.com/ulule/limiter/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/github.com/ulule/limiter/v3/README.md | 2 | ||||
| -rw-r--r-- | vendor/modules.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/ulule/limiter/v3/README.md b/vendor/github.com/ulule/limiter/v3/README.md index 8c4ef46d3..40708a12a 100644 --- a/vendor/github.com/ulule/limiter/v3/README.md +++ b/vendor/github.com/ulule/limiter/v3/README.md @@ -17,7 +17,7 @@ _Dead simple rate limit middleware for Go._ Using [Go Modules](https://github.com/golang/go/wiki/Modules) ```bash -$ go get github.com/ulule/limiter/v3@v3.10.0 +$ go get github.com/ulule/limiter/v3@v3.11.0 ``` ## Usage diff --git a/vendor/modules.txt b/vendor/modules.txt index 4c95ae74a..ce7f5e692 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -639,7 +639,7 @@ github.com/tmthrgd/go-hex # github.com/ugorji/go/codec v1.2.7 ## explicit; go 1.11 github.com/ugorji/go/codec -# github.com/ulule/limiter/v3 v3.10.0 +# github.com/ulule/limiter/v3 v3.11.0 ## explicit; go 1.17 github.com/ulule/limiter/v3 github.com/ulule/limiter/v3/drivers/middleware/gin |
