From 82f86128189d06ccde57c79f592995da1b5f041b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 10:11:23 +0000 Subject: [PATCH] build(deps): bump github.com/go-ini/ini in /entrypoint Bumps [github.com/go-ini/ini](https://github.com/go-ini/ini) from 1.66.1 to 1.66.2. - [Release notes](https://github.com/go-ini/ini/releases) - [Commits](https://github.com/go-ini/ini/compare/v1.66.1...v1.66.2) --- updated-dependencies: - dependency-name: github.com/go-ini/ini dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- entrypoint/go.mod | 2 +- entrypoint/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint/go.mod b/entrypoint/go.mod index 1c4b214..7511a99 100644 --- a/entrypoint/go.mod +++ b/entrypoint/go.mod @@ -3,6 +3,6 @@ module entrypoint go 1.14 require ( - github.com/go-ini/ini v1.66.1 + github.com/go-ini/ini v1.66.2 github.com/stretchr/testify v1.7.0 // indirect ) diff --git a/entrypoint/go.sum b/entrypoint/go.sum index f270af1..aa8421c 100644 --- a/entrypoint/go.sum +++ b/entrypoint/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-ini/ini v1.66.1 h1:tBLBMpqkxh+1HFB2ymWTWCp+luQgAKorR6cXFxE1vDU= -github.com/go-ini/ini v1.66.1/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= +github.com/go-ini/ini v1.66.2 h1:IxZmi/R4Yo7inPSXdoPtbL3rGyWaAm+Wy+QoornDenQ= +github.com/go-ini/ini v1.66.2/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=