Skip to content

Commit

Permalink
script: update tool dependencies (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin authored Mar 6, 2023
1 parent 5935b03 commit 577048e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ go install github.com/campoy/[email protected]
go install github.com/klauspost/asmfmt/cmd/[email protected]

# 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.
go install mvdan.cc/gofumpt@v0.3.1
go install mvdan.cc/gofumpt@v0.4.0

# yamlfmt for yaml formatting.
go install github.com/gechr/[email protected]20220216093356-e9288cd48d12
go install github.com/gechr/[email protected]20221202235948-8c26683ac3e8

0 comments on commit 577048e

Please sign in to comment.