Skip to content

Commit

Permalink
deps: bump github.com/cristalhq/acmd from 0.7.0 to 0.8.0 (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Kovalov <oleg@hey.com>
  • Loading branch information
dependabot[bot] and cristaloleg committed Aug 12, 2022
1 parent d9c2d89 commit f7037bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions framework/lintmain/lintmain.go
Expand Up @@ -33,11 +33,11 @@ var cmds = []acmd.Command{
{
Name: "check",
Description: "run linter over specified targets",
Do: check.Main,
ExecFunc: check.Main,
},
{
Name: "doc",
Description: "get installed checkers documentation",
Do: lintdoc.Main,
ExecFunc: lintdoc.Main,
},
}
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/go-critic/go-critic
go 1.16

require (
github.com/cristalhq/acmd v0.7.0
github.com/cristalhq/acmd v0.8.0
github.com/go-toolsmith/astcast v1.0.0
github.com/go-toolsmith/astcopy v1.0.1
github.com/go-toolsmith/astequal v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
@@ -1,5 +1,5 @@
github.com/cristalhq/acmd v0.7.0 h1:jiVahGDA+VE1eLmgtMqwGezkCoyVhzWRN25paFZFZsA=
github.com/cristalhq/acmd v0.7.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ=
github.com/cristalhq/acmd v0.8.0 h1:0NFc0ixjHMJ1kJyoBZoklcSgw4PGBpD6XRuMv733xEg=
github.com/cristalhq/acmd v0.8.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ=
github.com/go-toolsmith/astcast v1.0.0 h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g=
github.com/go-toolsmith/astcast v1.0.0/go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4=
github.com/go-toolsmith/astcopy v1.0.0/go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ=
Expand Down

0 comments on commit f7037bc

Please sign in to comment.