update BUILD files

This commit is contained in:
Jeff Grafton
2017-10-12 13:52:10 -07:00
parent 32551a3322
commit aee5f457db
2216 changed files with 2985 additions and 6 deletions

View File

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

View File

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

View File

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