From 09f522c22c0f90eaecb22bdde27bae3e5e2952aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 01:41:30 +0000 Subject: [PATCH] Bump github.com/bodgit/plumbing from 1.1.0 to 1.1.1 Bumps [github.com/bodgit/plumbing](https://github.com/bodgit/plumbing) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/bodgit/plumbing/releases) - [Commits](https://github.com/bodgit/plumbing/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/bodgit/plumbing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 0bfa186..54eaf4b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/bodgit/rom go 1.13 require ( - github.com/bodgit/plumbing v1.1.0 + github.com/bodgit/plumbing v1.1.1 github.com/bodgit/sevenzip v1.1.1 github.com/davecgh/go-spew v1.1.1 // indirect github.com/gabriel-vasile/mimetype v1.4.0 diff --git a/go.sum b/go.sum index 16b597d..a646bb4 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,9 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/bodgit/plumbing v1.1.0 h1:lesbixvHgSBQFNMsrjdPNsm+EBk4vFFhxWl0+90vDY0= github.com/bodgit/plumbing v1.1.0/go.mod h1:HvY/F2JCfHpm7AxnSMjhRl8QGDCmEvke8F9e3vbLRhY= +github.com/bodgit/plumbing v1.1.1 h1:hal80/Hq4plOwyT28F6t0W786L2PaNFnjep2M6keTfM= +github.com/bodgit/plumbing v1.1.1/go.mod h1:b9TeRi7Hvc6Y05rjm8VML3+47n4XTZPtQ/5ghqic2n8= github.com/bodgit/sevenzip v1.1.1 h1:safhC8Y1T9j+05DbSndxOIsy0/l0O+VnfapzIxcoWic= github.com/bodgit/sevenzip v1.1.1/go.mod h1:Kj7XgTvuiQY+eatey/j6VCtQy9yc8qgvdoHV05qm6SM= github.com/bodgit/windows v1.0.0 h1:rLQ/XjsleZvx4fR1tB/UxQrK+SJ2OFHzfPjLWWOhDIA=