summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-13 09:59:49 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-13 09:59:49 +0100
commit19e058466dd4eb4e208cdba30c027625c95074c6 (patch)
tree7a5327d8cc70baf84580804c1be6491abdf941a0 /vendor
parent[chore]: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1618) (diff)
downloadgotosocial-19e058466dd4eb4e208cdba30c027625c95074c6.tar.xz
[chore]: Bump github.com/ulule/limiter/v3 from 3.11.0 to 3.11.1 (#1616)
Bumps [github.com/ulule/limiter/v3](https://github.com/ulule/limiter) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/ulule/limiter/releases) - [Commits](https://github.com/ulule/limiter/compare/v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: github.com/ulule/limiter/v3 dependency-type: direct:production update-type: version-update:semver-patch ... 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.md2
-rw-r--r--vendor/modules.txt2
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 40708a12a..88cd5ac6c 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.11.0
+$ go get github.com/ulule/limiter/v3@v3.11.1
```
## Usage
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 037d733b6..fdb96aa52 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -682,7 +682,7 @@ github.com/twitchyliquid64/golang-asm/unsafeheader
# github.com/ugorji/go/codec v1.2.9
## explicit; go 1.11
github.com/ugorji/go/codec
-# github.com/ulule/limiter/v3 v3.11.0
+# github.com/ulule/limiter/v3 v3.11.1
## explicit; go 1.17
github.com/ulule/limiter/v3
github.com/ulule/limiter/v3/drivers/middleware/gin