We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feed70e commit b35d08dCopy full SHA for b35d08d
cmd/eagle/internal/upgrade/upgrade.go
@@ -26,6 +26,7 @@ func Run(cmd *cobra.Command, args []string) {
26
"github.com/envoyproxy/protoc-gen-validate",
27
"github.com/google/gnostic",
28
"github.com/google/gnostic/cmd/protoc-gen-openapi",
29
+ "github.com/google/wire/cmd/wire",
30
)
31
if err != nil {
32
fmt.Println(err)
0 commit comments