summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-13 02:34:57 +0100
committerGitHub <noreply@github.com>2020-02-13 02:34:57 +0100
commitc16e12f6c51e03dd950cbe4b9ac3bb92519fef71 (patch)
treeb3aa140ed2aa14aaf44bcd665ebc741955f2420d /go.mod
parent502a87a1b16216b4ba5044817a648d3c865d63b4 (diff)
parentb916263d013361e2ac3020ade598a65d46a77465 (diff)
downloadpodman-c16e12f6c51e03dd950cbe4b9ac3bb92519fef71.tar.gz
podman-c16e12f6c51e03dd950cbe4b9ac3bb92519fef71.tar.bz2
podman-c16e12f6c51e03dd950cbe4b9ac3bb92519fef71.zip
Merge pull request #5181 from containers/dependabot/go_modules/github.com/gorilla/mux-1.7.4
build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4
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 c9d31250a..1aff5471a 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2 // indirect
- github.com/gorilla/mux v1.7.3
+ github.com/gorilla/mux v1.7.4
github.com/gorilla/schema v1.1.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hpcloud/tail v1.0.0