From fff3293c985d65767df76ad5141aa50c4a251497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:38:50 -0700 Subject: [PATCH] Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#24) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 7 +++++-- go.sum | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5632718dc..00a15f843 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/tbd54566975/ssi-service go 1.17 require ( + github.com/TBD54566975/ssi-sdk v0.0.0-20220403173431-39ff8ebd3825 github.com/ardanlabs/conf v1.4.0 github.com/boltdb/bolt v1.3.1 github.com/dimfeld/httptreemux/v5 v5.4.0 @@ -12,11 +13,13 @@ require ( github.com/magefile/mage v1.13.0 github.com/mr-tron/base58 v1.1.3 github.com/pkg/errors v0.9.1 - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.7.1 go.opentelemetry.io/otel/trace v1.3.0 golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 gopkg.in/go-playground/validator.v9 v9.31.0 - github.com/TBD54566975/ssi-sdk v0.0.0-20220403173431-39ff8ebd3825 // indirect +) + +require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect github.com/go-playground/validator/v10 v10.10.0 // indirect diff --git a/go.sum b/go.sum index 4b89f3c7c..c321e94bd 100644 --- a/go.sum +++ b/go.sum @@ -333,8 +333,9 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=