remove kazel and gazelle from Gopkg.toml

This commit is contained in:
Benjamin Elder
2018-09-18 23:27:53 -07:00
parent 510a62e822
commit 0f6ad6f172

View File

@@ -1,9 +1,7 @@
# dev-time dependencies
# ensure they aren't pruned
required = [
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle",
"github.com/jteeuwen/go-bindata/go-bindata",
"github.com/kubernetes/repo-infra/kazel",
"github.com/golang/dep/cmd/dep",
"github.com/golang/lint/golint",
]
@@ -21,10 +19,6 @@ required = [
# latest, unlikely to change as go-bindata is no longer maintained
revision = "6025e8de665b31fa74ab1a66f2cddd8c0abf887e"
[[override]]
name = "github.com/bazelbuild/bazel-gazelle"
version = "0.14.0"
[[override]]
name = "github.com/golang/dep"
version = "v0.5.0"