mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
chore(go/tools): install mockgen via go instead of mise
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user