Skip to content

Commit 1d44f63

Browse files
committed
Update vendor by hack/update-vendor.sh.
1 parent 75a6d09 commit 1d44f63

File tree

1 file changed

+3
-0
lines changed
  • staging/src/k8s.io/component-base/metrics/testutil

1 file changed

+3
-0
lines changed

staging/src/k8s.io/component-base/metrics/testutil/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go_library(
44
name = "go_default_library",
55
srcs = [
66
"metrics.go",
7+
"promlint.go",
78
"testutil.go",
89
],
910
importmap = "k8s.io/kubernetes/vendor/k8s.io/component-base/metrics/testutil",
@@ -13,6 +14,7 @@ go_library(
1314
"//staging/src/k8s.io/apimachinery/pkg/version:go_default_library",
1415
"//staging/src/k8s.io/component-base/metrics:go_default_library",
1516
"//vendor/github.com/prometheus/client_golang/prometheus/testutil:go_default_library",
17+
"//vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint:go_default_library",
1618
"//vendor/github.com/prometheus/client_model/go:go_default_library",
1719
"//vendor/github.com/prometheus/common/expfmt:go_default_library",
1820
"//vendor/github.com/prometheus/common/model:go_default_library",
@@ -37,6 +39,7 @@ go_test(
3739
name = "go_default_test",
3840
srcs = [
3941
"metrics_test.go",
42+
"promlint_test.go",
4043
"testutil_test.go",
4144
],
4245
embed = [":go_default_library"],

0 commit comments

Comments
 (0)