diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-24 13:53:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 13:53:21 -0400 |
commit | 38e89f39d62d874384515e91de9b8e51433a84d4 (patch) | |
tree | 9ad5f1b2a0ba7912a2183f70fb8c1fd1d9b31f62 /go.mod | |
parent | cd10432b0966698a344ca226844d35ac945154ed (diff) | |
parent | 61b2d8844f6f93a3fa4b805a4c561fd06fcc27fd (diff) | |
download | podman-38e89f39d62d874384515e91de9b8e51433a84d4.tar.gz podman-38e89f39d62d874384515e91de9b8e51433a84d4.tar.bz2 podman-38e89f39d62d874384515e91de9b8e51433a84d4.zip |
Merge pull request #13647 from lsm5/main-cve-2022-21698
Bump github.com/prometheus/client_golang to v1.11.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ require ( github.com/opencontainers/selinux v1.10.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 + github.com/prometheus/client_golang v1.11.1 // indirect github.com/rootless-containers/rootlesskit v0.14.6 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.4.0 |