go-kratos.dev icon indicating copy to clipboard operation
go-kratos.dev copied to clipboard

fix: installation dependency

Open kalifun opened this issue 2 years ago • 0 comments

❯ go generate ./...
/Users/kalifun/go/pkg/mod/github.com/google/[email protected]/cmd/wire/main.go:34:2: missing go.sum entry for module providing package github.com/google/subcommands (imported by github.com/google/wire/cmd/wire); to add:
	go get github.com/google/wire/cmd/[email protected]

It is possible that the user has not installed the relevant dependency, so it is recommended that the user perform the installation dependency operation first.

kalifun avatar Apr 09 '24 05:04 kalifun