script: update tool dependencies (#380)
This commit is contained in:
committed by
GitHub
parent
5935b03afd
commit
577048e7d7
@@ -15,10 +15,10 @@ go install github.com/campoy/embedmd@v1.0.0
|
|||||||
go install github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.2
|
go install github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.2
|
||||||
|
|
||||||
# goimports for import grouping.
|
# goimports for import grouping.
|
||||||
go install golang.org/x/tools/cmd/goimports@v0.1.10
|
go install golang.org/x/tools/cmd/goimports@v0.6.0
|
||||||
|
|
||||||
# gofumpt for stricter formatting.
|
# gofumpt for stricter formatting.
|
||||||
go install mvdan.cc/gofumpt@v0.3.1
|
go install mvdan.cc/gofumpt@v0.4.0
|
||||||
|
|
||||||
# yamlfmt for yaml formatting.
|
# yamlfmt for yaml formatting.
|
||||||
go install github.com/gechr/yamlfmt@v0.0.0-20220216093356-e9288cd48d12
|
go install github.com/gechr/yamlfmt@v0.0.0-20221202235948-8c26683ac3e8
|
||||||
|
|||||||
Reference in New Issue
Block a user