From 992c23ca06148f4f6663098c46a6f3014a69809d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 12:17:16 +0000 Subject: [PATCH] build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4eec4b1156..9306935b47 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/google/uuid v1.1.0 github.com/gorilla/mux v1.7.1 github.com/imdario/mergo v0.3.6 - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 github.com/stretchr/testify v1.5.1 gopkg.in/eapache/queue.v1 v1.1.0