From ebd62da3bf303d3ef2f4410672833095fd0c6752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:59:49 +0000 Subject: [PATCH] chore(deps): bump github.com/cristalhq/acmd from 0.8.0 to 0.11.1 Bumps [github.com/cristalhq/acmd](https://github.com/cristalhq/acmd) from 0.8.0 to 0.11.1. - [Release notes](https://github.com/cristalhq/acmd/releases) - [Commits](https://github.com/cristalhq/acmd/compare/v0.8.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/cristalhq/acmd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b900af1..274c544 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/neotoolkit/dummy go 1.18 require ( - github.com/cristalhq/acmd v0.8.0 + github.com/cristalhq/acmd v0.11.1 github.com/goccy/go-yaml v1.9.5 github.com/lamoda/gonkey v1.18.2 github.com/neotoolkit/faker v0.9.1 diff --git a/go.sum b/go.sum index be4a52b..d20f8bb 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZx github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/cristalhq/acmd v0.8.0 h1:0NFc0ixjHMJ1kJyoBZoklcSgw4PGBpD6XRuMv733xEg= -github.com/cristalhq/acmd v0.8.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ= +github.com/cristalhq/acmd v0.11.1 h1:DJ4fh2Pv0nPKmqT646IU/0Vh5FNdGblxvF+3/W3NAUI= +github.com/cristalhq/acmd v0.11.1/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=