diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-28 11:34:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-28 11:34:08 -0700 |
| commit | 80ddd4c7c8982dfe4f76f800dab192620ee45343 (patch) | |
| tree | d34f9185a015cb1eef3bd975f6b46ed9ed4a2d25 /go.mod | |
| parent | fed9a9650156f7cebc67a9455a0ed45f7368f310 (diff) | |
| parent | cfb5440b0433993469a52d89906f6707dbdaafa5 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
