Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (fixes #6)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)
Change-Id: I872cadf55f03d29d969e1a4530b408b31895cea7
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: Ia3c064ccea72f485c3d548c032209038d9134e1d
diff --git a/go.mod b/go.mod
index 2e70ea1..76e21b9 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,10 @@
require (
github.com/dgraph-io/badger/v3 v3.2103.5
- github.com/joho/godotenv v1.5.1
github.com/gin-gonic/gin v1.9.0
+ github.com/joho/godotenv v1.5.1
github.com/mattn/go-jsonpointer v0.0.1
- github.com/stretchr/testify v1.8.1
+ github.com/stretchr/testify v1.8.2
)
require (
diff --git a/go.sum b/go.sum
index 6bb54d3..16b9701 100644
--- a/go.sum
+++ b/go.sum
@@ -121,8 +121,9 @@
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
-github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
+github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
+github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=