From 1d2a8c576ff7ab51ad58854eb665123a08573ae9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:48:01 +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.17.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/release.go) - [Commits](https://github.com/kevinburke/go-bindata/compare/46eb4c183bfc1ebb527d9d19bcded39476302eb8...v3.17.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..6430a7fda7 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -170,11 +170,12 @@ revision = "4cc2832a6e6d1d3b815e2b9d544b2a4dfb3ce8fa" [[projects]] - digest = "1:c024632d3457636cd413eefcbe917176cfdc16a7ad5f71f885bc7a8e4327af1a" + digest = "1:c22e49f28958a4b15c2a63bc4b0e4fcde1d4de462fc4921012d47b11a2cf895e" name = "github.com/kevinburke/go-bindata" packages = ["."] pruneopts = "" - revision = "46eb4c183bfc1ebb527d9d19bcded39476302eb8" + revision = "bb3ca54f88363591f8e3399dc7f28be348ab3fc2" + version = "v3.17.0" [[projects]] digest = "1:c45802472e0c06928cd997661f2af610accd85217023b1d5f6331bebce0671d3" diff --git a/Gopkg.toml b/Gopkg.toml index 0bdf1567d8..c51afe0292 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.17.0" [[constraint]] name = "github.com/satori/go.uuid"