From 60de026689867758100d932c367adcd9988e8f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 10:13:36 +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.62.0 to 1.62.1. - [Release notes](https://github.com/go-ini/ini/releases) - [Commits](https://github.com/go-ini/ini/compare/v1.62.0...v1.62.1) --- 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 | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/entrypoint/go.mod b/entrypoint/go.mod index 862fa09..9af38d1 100644 --- a/entrypoint/go.mod +++ b/entrypoint/go.mod @@ -3,7 +3,7 @@ module entrypoint go 1.14 require ( - github.com/go-ini/ini v1.62.0 + github.com/go-ini/ini v1.62.1 github.com/smartystreets/goconvey v1.6.4 // indirect gopkg.in/ini.v1 v1.57.0 // indirect ) diff --git a/entrypoint/go.sum b/entrypoint/go.sum index 7e38b0b..5a33159 100644 --- a/entrypoint/go.sum +++ b/entrypoint/go.sum @@ -1,15 +1,5 @@ -github.com/go-ini/ini v1.57.0 h1:Qwzj3wZQW+Plax5Ntj+GYe07DfGj1OH+aL1nMTMaNow= -github.com/go-ini/ini v1.57.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= -github.com/go-ini/ini v1.60.0 h1:GJHOE+IT8h0lV0ov9RthJdHJYtoweHoC2HVVp7vZ6hk= -github.com/go-ini/ini v1.60.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= -github.com/go-ini/ini v1.60.1 h1:wzzylkhJtnxIZYD//ZODNktVUKW6G8f+QdDtMUdV9lI= -github.com/go-ini/ini v1.60.1/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= -github.com/go-ini/ini v1.60.2 h1:5Knh3NM49qPogjoA8WUnaa/S0eiJ5FbrJpRqJB3b5XE= -github.com/go-ini/ini v1.60.2/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= -github.com/go-ini/ini v1.61.0 h1:+IytwU4FcXqB+i5Vqiu/Ybf/Jdin9Pwzdxs5lmuT10o= -github.com/go-ini/ini v1.61.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= -github.com/go-ini/ini v1.62.0 h1:7VJT/ZXjzqSrvtraFp4ONq80hTcRQth1c9ZnQ3uNQvU= -github.com/go-ini/ini v1.62.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= +github.com/go-ini/ini v1.62.1 h1:XBcLl1BShebSJglYzsJtOv56/m9wBSAmd7m5KnA8jo8= +github.com/go-ini/ini v1.62.1/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=