diff --git a/config/mise/config.toml b/config/mise/config.toml index 22ec791..aeae901 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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" diff --git a/config/mise/settings.toml b/config/mise/settings.toml index 78ffc81..cf187f8 100644 --- a/config/mise/settings.toml +++ b/config/mise/settings.toml @@ -1,2 +1,2 @@ -legacy_version_file = true experimental = true +legacy_version_file = true diff --git a/zsh/golang.zsh b/zsh/golang.zsh index dd3e98b..2c5ce28 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -14,29 +14,6 @@ list_go_global_packages() { install_go_global_packages() { local packages=( - github.com/akavel/up@latest - github.com/asciimoo/wuzz@latest - github.com/bufbuild/buf-language-server/cmd/bufls@latest - github.com/caddyserver/xcaddy/cmd/xcaddy@latest - github.com/erning/gorun@latest - github.com/go-delve/delve/cmd/dlv@latest - github.com/golang/mock/mockgen@latest - github.com/icholy/gomajor@latest - github.com/kisielk/errcheck@latest - github.com/mdempsky/unconvert@latest - github.com/nametake/golangci-lint-langserver@latest - github.com/ramya-rao-a/go-outline@latest - github.com/rogpeppe/godef@latest - github.com/segmentio/golines@latest - github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest - golang.org/x/tools/cmd/godoc@latest - golang.org/x/tools/cmd/goimports@latest - golang.org/x/tools/cmd/stringer@latest - golang.org/x/tools/gopls@latest - golang.org/x/vuln/cmd/govulncheck@latest - google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - google.golang.org/protobuf/cmd/protoc-gen-go@latest - mvdan.cc/gofumpt@latest ) for package in "${packages[@]}"; do