Add ibazel to vendor.go

This commit is contained in:
Mustafa Gezen 2023-08-22 01:43:33 +02:00
parent 4380c90638
commit d870b5fb43

View File

@ -20,4 +20,6 @@ import (
_ "github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
// api-linter
_ "github.com/googleapis/api-linter/cmd/api-linter"
// ibazel
_ "github.com/bazelbuild/bazel-watcher/cmd/ibazel"
)