summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-23 08:38:26 +0000
committerMatthew Heon <mheon@redhat.com>2020-01-23 04:35:39 -0500
commit88e340c451bcbbe2ee64863366f408e58edd5ac0 (patch)
treebfa396539c7189e5119a41b89297d90ec2947885 /go.mod
parentac3a6b80b0ccd2f9592110811ccf6fd844110b9e (diff)
downloadpodman-88e340c451bcbbe2ee64863366f408e58edd5ac0.tar.gz
podman-88e340c451bcbbe2ee64863366f408e58edd5ac0.tar.bz2
podman-88e340c451bcbbe2ee64863366f408e58edd5ac0.zip
build(deps): bump github.com/pkg/errors from 0.9.0 to 0.9.1
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](https://github.com/pkg/errors/compare/v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Matthew Heon <mheon@redhat.com>
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 54af7fda4..9623e9943 100644
--- a/go.mod
+++ b/go.mod
@@ -51,7 +51,7 @@ require (
github.com/opencontainers/runtime-tools v0.9.0
github.com/opencontainers/selinux v1.3.0
github.com/opentracing/opentracing-go v1.1.0
- github.com/pkg/errors v0.9.0
+ github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.7.1