aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-28 15:37:56 +0000
committerGitHub <noreply@github.com>2022-03-28 15:37:56 +0000
commitcfb5440b0433993469a52d89906f6707dbdaafa5 (patch)
tree2f5d367fc917d092694751684f44ba2cf9ce0b7f /go.mod
parent93615b2a49b6510e6108a784b54be7d16719d730 (diff)
downloadseaweedfs-cfb5440b0433993469a52d89906f6707dbdaafa5.tar.xz
seaweedfs-cfb5440b0433993469a52d89906f6707dbdaafa5.zip
Bump github.com/gorilla/mux from 1.7.4 to 1.8.0
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-minor ... 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 471d9b6ca..4373d9fb3 100644
--- a/go.mod
+++ b/go.mod
@@ -51,7 +51,7 @@ require (
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
- github.com/gorilla/mux v1.7.4
+ github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect