Skip to content

Commit f7037bc

Browse files
deps: bump github.com/cristalhq/acmd from 0.7.0 to 0.8.0 (#1243)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleg Kovalov <[email protected]>
1 parent d9c2d89 commit f7037bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

framework/lintmain/lintmain.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ var cmds = []acmd.Command{
3333
{
3434
Name: "check",
3535
Description: "run linter over specified targets",
36-
Do: check.Main,
36+
ExecFunc: check.Main,
3737
},
3838
{
3939
Name: "doc",
4040
Description: "get installed checkers documentation",
41-
Do: lintdoc.Main,
41+
ExecFunc: lintdoc.Main,
4242
},
4343
}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-critic/go-critic
33
go 1.16
44

55
require (
6-
github.com/cristalhq/acmd v0.7.0
6+
github.com/cristalhq/acmd v0.8.0
77
github.com/go-toolsmith/astcast v1.0.0
88
github.com/go-toolsmith/astcopy v1.0.1
99
github.com/go-toolsmith/astequal v1.0.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/cristalhq/acmd v0.7.0 h1:jiVahGDA+VE1eLmgtMqwGezkCoyVhzWRN25paFZFZsA=
2-
github.com/cristalhq/acmd v0.7.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ=
1+
github.com/cristalhq/acmd v0.8.0 h1:0NFc0ixjHMJ1kJyoBZoklcSgw4PGBpD6XRuMv733xEg=
2+
github.com/cristalhq/acmd v0.8.0/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ=
33
github.com/go-toolsmith/astcast v1.0.0 h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g=
44
github.com/go-toolsmith/astcast v1.0.0/go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4=
55
github.com/go-toolsmith/astcopy v1.0.0/go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ=

0 commit comments

Comments
 (0)