diff --git a/config/mise/config.toml b/config/mise/config.toml index 9ef6196..cb3db98 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -30,7 +30,6 @@ uvx = true "cargo:kubectl-watch" = "latest" "cargo:paper-terminal" = "latest" "go:github.com/rakyll/hey" = "latest" -"go:go.uber.org/mock/mockgen" = "latest" "go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest" "go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest" "npm:@anthropic-ai/claude-code" = "latest" @@ -131,3 +130,4 @@ watchexec = "latest" yj = "latest" yq = "latest" zoxide = "latest" +k3d = "latest" diff --git a/zsh/golang.zsh b/zsh/golang.zsh index acd5aaa..e665ec0 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -24,6 +24,7 @@ install_go_global_packages() { "github.com/go-delve/delve/cmd/dlv@latest" "github.com/josharian/impl@latest" "github.com/rogpeppe/godef@latest" + "go.uber.org/mock/mockgen@latest" "golang.org/x/tools/cmd/godoc@latest" "golang.org/x/tools/cmd/goimports@latest" "golang.org/x/tools/gopls@latest"