commit | e7c3b867dcae0f9748a06696d3d1182643dadccd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 27 17:11:39 2023 +0000 |
committer | Akron <nils@diewald-online.de> | Tue Feb 28 09:04:02 2023 +0100 |
tree | d172a8b6b85fc00eafb3a9824b13f4f0b6c0f31e | |
parent | 8946b0a9a1981b6d5680a5966af235ce61f7f765 [diff] [blame] |
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 (