chore(go/tools): install mockgen via go instead of mise

This commit is contained in:
Jim Myhrberg
2025-04-01 10:46:42 +01:00
parent 8a77fc622c
commit e67bf554a2
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,6 @@ uvx = true
"cargo:kubectl-watch" = "latest" "cargo:kubectl-watch" = "latest"
"cargo:paper-terminal" = "latest" "cargo:paper-terminal" = "latest"
"go:github.com/rakyll/hey" = "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/grpc/cmd/protoc-gen-go-grpc" = "latest"
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest" "go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"
"npm:@anthropic-ai/claude-code" = "latest" "npm:@anthropic-ai/claude-code" = "latest"
@@ -131,3 +130,4 @@ watchexec = "latest"
yj = "latest" yj = "latest"
yq = "latest" yq = "latest"
zoxide = "latest" zoxide = "latest"
k3d = "latest"

View File

@@ -24,6 +24,7 @@ install_go_global_packages() {
"github.com/go-delve/delve/cmd/dlv@latest" "github.com/go-delve/delve/cmd/dlv@latest"
"github.com/josharian/impl@latest" "github.com/josharian/impl@latest"
"github.com/rogpeppe/godef@latest" "github.com/rogpeppe/godef@latest"
"go.uber.org/mock/mockgen@latest"
"golang.org/x/tools/cmd/godoc@latest" "golang.org/x/tools/cmd/godoc@latest"
"golang.org/x/tools/cmd/goimports@latest" "golang.org/x/tools/cmd/goimports@latest"
"golang.org/x/tools/gopls@latest" "golang.org/x/tools/gopls@latest"