From 775e986b81d5169ec964ceadadc2e115153629e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:54:08 +0000 Subject: build(deps): bump github.com/vbauerster/mpb/v8 from 8.7.4 to 8.7.5 Bumps [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) from 8.7.4 to 8.7.5. - [Release notes](https://github.com/vbauerster/mpb/releases) - [Commits](https://github.com/vbauerster/mpb/compare/v8.7.4...v8.7.5) --- updated-dependencies: - dependency-name: github.com/vbauerster/mpb/v8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index aef0b9e1..408537bb 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 - github.com/vbauerster/mpb/v8 v8.7.4 + github.com/vbauerster/mpb/v8 v8.7.5 github.com/vektah/gqlparser/v2 v2.5.16 github.com/xanzy/go-gitlab v0.107.0 golang.org/x/crypto v0.25.0 -- cgit