github.com/lestrrat-go/jwx/v2@v2.0.21/internal/jwxtest/BUILD.bazel (about) 1 load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3 go_library( 4 name = "jwxtest", 5 srcs = ["jwxtest.go"], 6 importpath = "github.com/lestrrat-go/jwx/v2/internal/jwxtest", 7 visibility = ["//:__subpackages__"], 8 deps = [ 9 "//internal/ecutil", 10 "//jwa", 11 "//jwe", 12 "//jwk", 13 "//jws", 14 "//x25519", 15 "@com_github_stretchr_testify//assert", 16 ], 17 ) 18 19 alias( 20 name = "go_default_library", 21 actual = ":jwxtest", 22 visibility = ["//:__subpackages__"], 23 )