From eda54a1b2eb78971e1f7f313f27182cc986307b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 09:54:18 +0000 Subject: [PATCH] Bump github.com/sanity-io/litter Bumps [github.com/sanity-io/litter](https://github.com/sanity-io/litter) from 09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e to 1.2.0. This release includes the previously tagged commit. - [Release notes](https://github.com/sanity-io/litter/releases) - [Changelog](https://github.com/sanity-io/litter/blob/master/CHANGELOG.md) - [Commits](https://github.com/sanity-io/litter/compare/09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e...v1.2.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 8dc9ecc3..a387a5c9 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -385,11 +385,12 @@ version = "v1.6.0" [[projects]] - digest = "1:5cb64ae11c6690416028ba76726f101ffc669cbfacf05cdb5607c52bcfff11a0" + digest = "1:d18e718c5421c2219806cee12d9d7f40c57dad1207d6de70402b5f75869f34ff" name = "github.com/sanity-io/litter" packages = ["."] pruneopts = "NUT" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + revision = "6d3310f9743f04a36bd5c898067ecb80ac3b332b" + version = "v1.2.0" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index da916a6d..9676dda5 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -71,7 +71,7 @@ [[constraint]] name = "github.com/sanity-io/litter" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + version = "^1.2.0" [[constraint]] name = "github.com/bradleyfalzon/ghinstallation"