From 322ffecc342d68feb70faba1dc3bd70c634f2959 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 06:32:35 +0000 Subject: chore(deps): bump github.com/Shopify/ejson from 1.2.1 to 1.2.2 Bumps [github.com/Shopify/ejson](https://github.com/Shopify/ejson) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/Shopify/ejson/releases) - [Changelog](https://github.com/Shopify/ejson/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/ejson/compare/v1.2.1...v1.2.2) Signed-off-by: dependabot-preview[bot] --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 13205b24..d88e5c5f 100644 --- a/go.mod +++ b/go.mod @@ -4,11 +4,10 @@ go 1.14 require ( github.com/Masterminds/goutils v1.1.0 - github.com/Shopify/ejson v1.2.1 + github.com/Shopify/ejson v1.2.2 github.com/aws/aws-sdk-go v1.32.1 github.com/boltdb/bolt v1.3.1 github.com/docker/libkv v0.2.1 - github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa github.com/google/uuid v1.1.1 github.com/gosimple/slug v1.9.0 @@ -21,7 +20,6 @@ require ( github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.19.0 - github.com/smartystreets/goconvey v1.6.4 // indirect github.com/spf13/afero v1.2.2 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.6.1 -- cgit v1.2.3