From 4906ef442d6334e2bfda6c592388ebffe7b5e5c4 Mon Sep 17 00:00:00 2001 From: IronPan Date: Thu, 28 Feb 2019 18:10:46 -0800 Subject: [PATCH] add missing bazel build (#883) --- backend/src/apiserver/storage/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/apiserver/storage/BUILD.bazel b/backend/src/apiserver/storage/BUILD.bazel index e8c627ca808..2d825d6c935 100644 --- a/backend/src/apiserver/storage/BUILD.bazel +++ b/backend/src/apiserver/storage/BUILD.bazel @@ -59,6 +59,7 @@ go_test( "//backend/src/apiserver/model:go_default_library", "//backend/src/common/util:go_default_library", "//backend/src/crd/pkg/apis/scheduledworkflow/v1beta1:go_default_library", + "@com_github_masterminds_squirrel//:go_default_library", "@com_github_minio_minio_go//:go_default_library", "@com_github_pkg_errors//:go_default_library", "@com_github_stretchr_testify//assert:go_default_library",