mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
feat(tools): install Go-based CLI tools with mise
Use `mise` to install and manage tools normally installed with `go install`.
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
[tools]
|
||||
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
|
||||
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
|
||||
"go:github.com/golang/mock/mockgen" = "latest"
|
||||
"go:github.com/nametake/golangci-lint-langserver" = "latest"
|
||||
"go:github.com/segmentio/golines" = "latest"
|
||||
"go:golang.org/x/tools/cmd/godoc" = "latest"
|
||||
"go:golang.org/x/tools/cmd/goimports" = "latest"
|
||||
"go:golang.org/x/tools/gopls" = "latest"
|
||||
"go:golang.org/x/vuln/cmd/govulncheck" = "latest"
|
||||
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
|
||||
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"
|
||||
"go:mvdan.cc/gofumpt" = "latest"
|
||||
1password-cli = "latest"
|
||||
actionlint = "latest"
|
||||
buf = "latest"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
legacy_version_file = true
|
||||
experimental = true
|
||||
legacy_version_file = true
|
||||
|
||||
Reference in New Issue
Block a user