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 (