From 404efca8d498976c22e9524f7058ebda3da28907 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 05:26:48 +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.3.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.3.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..493377d1 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -385,11 +385,12 @@ version = "v1.6.0" [[projects]] - digest = "1:5cb64ae11c6690416028ba76726f101ffc669cbfacf05cdb5607c52bcfff11a0" + digest = "1:501f7190122d5093c26eaaface67f08510726d4e63e54c097a6be82a8544479e" name = "github.com/sanity-io/litter" packages = ["."] pruneopts = "NUT" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + revision = "7fa07d55a01003bca61b10c6d6a24d89a7eb6176" + version = "v1.3.0" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index da916a6d..c818ce6b 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -71,7 +71,7 @@ [[constraint]] name = "github.com/sanity-io/litter" - revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e" + version = "^1.3.0" [[constraint]] name = "github.com/bradleyfalzon/ghinstallation"