aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-13 15:16:29 +0000
committerChris Lu <chrislusf@users.noreply.github.com>2023-11-13 08:27:29 -0800
commit846da1473979d092193439c6558a32cc4d965fb8 (patch)
tree71980a17b26c751c7e07a979911771e705abcae5 /go.mod
parent6f559fe8386d880a318647334a00cf684328411d (diff)
downloadseaweedfs-846da1473979d092193439c6558a32cc4d965fb8.tar.xz
seaweedfs-846da1473979d092193439c6558a32cc4d965fb8.zip
Bump github.com/gorilla/mux from 1.8.0 to 1.8.1
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 68a707bda..da638566c 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,7 @@ require (
github.com/google/uuid v1.4.0
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
- github.com/gorilla/mux v1.8.0
+ github.com/gorilla/mux v1.8.1
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect