github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/pkg/tcpip/checker/BUILD (about) 1 load("//tools:defs.bzl", "go_library") 2 3 package(licenses = ["notice"]) 4 5 go_library( 6 name = "checker", 7 testonly = 1, 8 srcs = ["checker.go"], 9 visibility = ["//visibility:public"], 10 deps = [ 11 "//pkg/tcpip", 12 "//pkg/tcpip/buffer", 13 "//pkg/tcpip/header", 14 "//pkg/tcpip/seqnum", 15 "@com_github_google_go_cmp//cmp:go_default_library", 16 ], 17 )