summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-20 06:32:35 +0000
committerGitHub <noreply@github.com>2020-06-20 06:32:35 +0000
commit322ffecc342d68feb70faba1dc3bd70c634f2959 (patch)
tree2f3bb26bd9ef1b1b828bd6a54d3303102b0fbcdf /go.mod
parent2fa8db20225f9159605fb7681a230e4005456d79 (diff)
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] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
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