commit | 7d0f257b34337f8265db10a3e07e2c3696f370ab | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Feb 23 08:19:47 2023 +0000 |
committer | Akron <nils@diewald-online.de> | Thu Feb 23 09:45:22 2023 +0100 |
tree | c2cc7da4eaa3a440194a2d6d7d014a9d37794bb9 | |
parent | d62d09dd58d65a96e8fd859c34ec290d16284f41 [diff] [blame] |
Bump github.com/joho/godotenv from 1.4.0 to 1.5.1 (closes #3) Bumps [github.com/joho/godotenv](https://github.com/joho/godotenv) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/joho/godotenv/releases) - [Commits](https://github.com/joho/godotenv/compare/v1.4.0...v1.5.1) Change-Id: I34571866d5f2ba106dee9c8aa8f4bb4b4e8a6903 --- updated-dependencies: - dependency-name: github.com/joho/godotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I7d3f60d8ccbb885c49456c12e47aa199ab3999db
diff --git a/go.mod b/go.mod index 4fe02a1..9c06a8a 100644 --- a/go.mod +++ b/go.mod
@@ -5,7 +5,7 @@ require ( github.com/dgraph-io/badger/v3 v3.2103.5 github.com/gin-gonic/gin v1.8.1 - github.com/joho/godotenv v1.4.0 + github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 github.com/stretchr/testify v1.7.1 )