From 50d59f8caf93f3da1a4c68b887e84f77dfd6a4fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 05:27:13 +0000 Subject: [PATCH] Bump github.com/kevinburke/go-bindata Bumps [github.com/kevinburke/go-bindata](https://github.com/kevinburke/go-bindata) from 46eb4c183bfc1ebb527d9d19bcded39476302eb8 to 3.22.0. This release includes the previously tagged commit. - [Release notes](https://github.com/kevinburke/go-bindata/releases) - [Changelog](https://github.com/kevinburke/go-bindata/blob/master/CHANGELOG.md) - [Commits](https://github.com/kevinburke/go-bindata/compare/46eb4c183bfc1ebb527d9d19bcded39476302eb8...v3.22.0) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 5 +++-- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 314d072c06..1074b78288 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -170,11 +170,12 @@ revision = "4cc2832a6e6d1d3b815e2b9d544b2a4dfb3ce8fa" [[projects]] - digest = "1:c024632d3457636cd413eefcbe917176cfdc16a7ad5f71f885bc7a8e4327af1a" + digest = "1:5cf74452bc1d1c06a979241fa05647b55476def7fd4f84d9c66cee69641a2623" name = "github.com/kevinburke/go-bindata" packages = ["."] pruneopts = "" - revision = "46eb4c183bfc1ebb527d9d19bcded39476302eb8" + revision = "017bb32866cbdd959f3f9891ab831bcd199c5819" + version = "v3.22.0" [[projects]] digest = "1:c45802472e0c06928cd997661f2af610accd85217023b1d5f6331bebce0671d3" diff --git a/Gopkg.toml b/Gopkg.toml index 0bdf1567d8..996ffd6e53 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -42,7 +42,7 @@ required = ["github.com/kevinburke/go-bindata","github.com/gogo/protobuf/proto", [[constraint]] name = "github.com/kevinburke/go-bindata" - revision = "46eb4c183bfc1ebb527d9d19bcded39476302eb8" + version = "^3.22.0" [[constraint]] name = "github.com/satori/go.uuid"