From 2b8a27b50bd88a59a8a1ca71b14d3f82634db946 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 08:04:09 +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.18.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.18.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..ef8f2c23dc 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -170,11 +170,12 @@ revision = "4cc2832a6e6d1d3b815e2b9d544b2a4dfb3ce8fa" [[projects]] - digest = "1:c024632d3457636cd413eefcbe917176cfdc16a7ad5f71f885bc7a8e4327af1a" + digest = "1:c8be3db906612856a7d58ce797ff6a9f9f8c518b354694c3e2ad8d9e0bce05b5" name = "github.com/kevinburke/go-bindata" packages = ["."] pruneopts = "" - revision = "46eb4c183bfc1ebb527d9d19bcded39476302eb8" + revision = "ac65ee61d12ef115bec9227f214477cd123263c0" + version = "v3.18.0" [[projects]] digest = "1:c45802472e0c06928cd997661f2af610accd85217023b1d5f6331bebce0671d3" diff --git a/Gopkg.toml b/Gopkg.toml index 0bdf1567d8..ad168141bc 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.18.0" [[constraint]] name = "github.com/satori/go.uuid"