summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-02 13:05:57 -0400
committerGitHub <noreply@github.com>2020-09-02 13:05:57 -0400
commit37791d717f85c0621932aa18cd4c2477426a2de0 (patch)
treeb4df8c4fc717d77e524aa28a6c02a1fb8241f54a /go.mod
parent1184cdf03d8464451d36b24643e57b65a8b97980 (diff)
parent270c02f3089fa1883eec35fb68f71d2625528534 (diff)
downloadpodman-37791d717f85c0621932aa18cd4c2477426a2de0.tar.gz
podman-37791d717f85c0621932aa18cd4c2477426a2de0.tar.bz2
podman-37791d717f85c0621932aa18cd4c2477426a2de0.zip
Merge pull request #7422 from containers/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 5fe7d8d53..bf6ddd57f 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,7 @@ require (
github.com/godbus/dbus/v5 v5.0.3
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.2
- github.com/gorilla/mux v1.7.4
+ github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/hashicorp/go-multierror v1.1.0
github.com/hpcloud/tail v1.0.0