From dc971a0137657963b2319932d8be69e37909abf4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 08:06:23 +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.21.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.21.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..b7f8f7303b 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -170,11 +170,12 @@ revision = "4cc2832a6e6d1d3b815e2b9d544b2a4dfb3ce8fa" [[projects]] - digest = "1:c024632d3457636cd413eefcbe917176cfdc16a7ad5f71f885bc7a8e4327af1a" + digest = "1:4cf68d6c45d5e78aa9608111e1d8af1aa1f209dd0f74bf3cc50d7780f9fb1a56" name = "github.com/kevinburke/go-bindata" packages = ["."] pruneopts = "" - revision = "46eb4c183bfc1ebb527d9d19bcded39476302eb8" + revision = "a606d617e1d1546a2342de6fc4ed95c78e171d68" + version = "v3.21.0" [[projects]] digest = "1:c45802472e0c06928cd997661f2af610accd85217023b1d5f6331bebce0671d3" diff --git a/Gopkg.toml b/Gopkg.toml index 0bdf1567d8..b1fc3e074d 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.21.0" [[constraint]] name = "github.com/satori/go.uuid"