aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-03-28 11:34:08 -0700
committerGitHub <noreply@github.com>2022-03-28 11:34:08 -0700
commit80ddd4c7c8982dfe4f76f800dab192620ee45343 (patch)
treed34f9185a015cb1eef3bd975f6b46ed9ed4a2d25 /go.mod
parentfed9a9650156f7cebc67a9455a0ed45f7368f310 (diff)
parentcfb5440b0433993469a52d89906f6707dbdaafa5 (diff)
downloadseaweedfs-80ddd4c7c8982dfe4f76f800dab192620ee45343.tar.xz
seaweedfs-80ddd4c7c8982dfe4f76f800dab192620ee45343.zip
Merge pull request #2838 from chrislusf/dependabot/go_modules/github.com/gorilla/mux-1.8.0
Bump github.com/gorilla/mux from 1.7.4 to 1.8.0
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 7e8ec1da8..276ec0e56 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