Skip to content

Commit

Permalink
fix goppy cli
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Jan 29, 2025
1 parent 36189b6 commit 7f75acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ var tools1 = map[string]string{
"static": "go install go.osspkg.com/static/cmd/static@latest",
"easyjson": "go install github.com/mailru/easyjson/...@latest",
"govulncheck": "go install golang.org/x/vuln/cmd/govulncheck@latest",
"goimports": "go install golang.org/x/tools/cmd/goimports@latest",
}

var tools2 = map[string]map[string]string{
Expand Down

0 comments on commit 7f75acb

Please sign in to comment.