diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-02 13:05:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 13:05:57 -0400 |
commit | 37791d717f85c0621932aa18cd4c2477426a2de0 (patch) | |
tree | b4df8c4fc717d77e524aa28a6c02a1fb8241f54a /go.mod | |
parent | 1184cdf03d8464451d36b24643e57b65a8b97980 (diff) | |
parent | 270c02f3089fa1883eec35fb68f71d2625528534 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |