From 8e0ea9a9050a841aad38e32b9c5e4dd8bf7c36d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:20:19 +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.5.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.5.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..59e056a2 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -385,11 +385,12 @@ version = "v1.6.0" [[projects]] - digest = "1:5cb64ae11c6690416028ba76726f101ffc669cbfacf05cdb5607c52bcfff11a0" + digest = "1:c553861b88220c851f1acb15e8d421933a16c5bfb4bf9e712d34f1b6102512d9" name = "github.com/sanity-io/litter" packages = ["."] pruneopts = "NUT" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + revision = "817e27820d816f7f59eaa38985e28d08b7c1c946" + version = "v1.5.0" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index da916a6d..0f530541 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -71,7 +71,7 @@ [[constraint]] name = "github.com/sanity-io/litter" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + version = "^1.5.0" [[constraint]] name = "github.com/bradleyfalzon/ghinstallation"