Sign in
skia
/
buildbot
/
0622017b132a9ea2499a736ac7b7efb406ac6c25
/
.
/
skfe
/
go
/
dns
/
BUILD.bazel
blob: ac5f0d3256f53f86e60791aa8143d0b9f86fa190 [
file
] [
log
] [
blame
]
load
(
"//bazel/go:go_test.bzl"
,
"go_test"
)
go_test
(
name
=
"dns_test"
,
srcs
=
[
"dns_test.go"
],
deps
=
[
"@com_github_miekg_dns//:dns"
,
"@com_github_stretchr_testify//require"
,
],
)