From 750092f8f255f26807e8cb07fbb2c2addc32de12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:00:40 +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.1. This release includes the previously tagged commit. - [Release notes](https://github.com/sanity-io/litter/releases) - [Changelog](https://github.com/sanity-io/litter/blob/main/CHANGELOG.md) - [Commits](https://github.com/sanity-io/litter/compare/09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e...v1.5.1) 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..3a7ad29f 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -385,11 +385,12 @@ version = "v1.6.0" [[projects]] - digest = "1:5cb64ae11c6690416028ba76726f101ffc669cbfacf05cdb5607c52bcfff11a0" + digest = "1:b41b1895514c9532413727deb8102be2328555696792638a531e87dce5a233ff" name = "github.com/sanity-io/litter" packages = ["."] pruneopts = "NUT" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + revision = "b2cf0ea023a3a7aeb71789deee90fa85182a1510" + version = "v1.5.1" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index da916a6d..b7e2d496 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -71,7 +71,7 @@ [[constraint]] name = "github.com/sanity-io/litter" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + version = "^1.5.1" [[constraint]] name = "github.com/bradleyfalzon/ghinstallation"