Update to gazelle 0.12.0 and run hack/update-bazel.sh

This commit is contained in:
Jeff Grafton
2018-05-15 17:22:27 -07:00
parent e7f1eaf289
commit a725660640
855 changed files with 2949 additions and 6691 deletions

View File

@@ -14,6 +14,7 @@ go_library(
"type_specific_codegen.go",
"value.go",
],
importmap = "vendor/github.com/stretchr/objx",
importpath = "github.com/stretchr/objx",
visibility = ["//visibility:public"],
)

View File

@@ -11,6 +11,7 @@ go_library(
"forward_assertions.go",
"http_assertions.go",
],
importmap = "vendor/github.com/stretchr/testify/assert",
importpath = "github.com/stretchr/testify/assert",
visibility = ["//visibility:public"],
deps = [

View File

@@ -6,6 +6,7 @@ go_library(
"doc.go",
"mock.go",
],
importmap = "vendor/github.com/stretchr/testify/mock",
importpath = "github.com/stretchr/testify/mock",
visibility = ["//visibility:public"],
deps = [

View File

@@ -9,6 +9,7 @@ go_library(
"require_forward.go",
"requirements.go",
],
importmap = "vendor/github.com/stretchr/testify/require",
importpath = "github.com/stretchr/testify/require",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"],