Skip to content

Commit

Permalink
Update bazel files
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Oct 20, 2023
1 parent c73babe commit e72afd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ go_test(
srcs = ["jwx_test.go"],
deps = [
":jwx",
"//internal/ecutil",
"//internal/jose",
"//internal/json",
"//internal/jwxtest",
"//jwa",
"//jwe",
"//jwk",
"//jwk/ecdsa",
"//jws",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
Expand Down
1 change: 0 additions & 1 deletion internal/ecutil/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go_library(
srcs = ["ecutil.go"],
importpath = "github.com/lestrrat-go/jwx/v3/internal/ecutil",
visibility = ["//:__subpackages__"],
deps = ["//jwa"],
)

alias(
Expand Down
2 changes: 1 addition & 1 deletion internal/jwxtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ go_library(
importpath = "github.com/lestrrat-go/jwx/v3/internal/jwxtest",
visibility = ["//:__subpackages__"],
deps = [
"//internal/ecutil",
"//jwa",
"//jwe",
"//jwk",
"//jwk/ecdsa",
"//jws",
"//x25519",
"@com_github_stretchr_testify//assert",
Expand Down
3 changes: 2 additions & 1 deletion jwk/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ go_library(
"//internal/json",
"//internal/pool",
"//jwa",
"//jwk/ecdsa",
"//x25519",
"@com_github_lestrrat_go_blackmagic//:go_default_library",
"@com_github_lestrrat_go_httprc//:go_default_library",
Expand All @@ -59,11 +60,11 @@ go_test(
deps = [
"//cert",
"//internal/base64",
"//internal/ecutil",
"//internal/jose",
"//internal/json",
"//internal/jwxtest",
"//jwa",
"//jwk/ecdsa",
"//jws",
"//x25519",
"@com_github_stretchr_testify//assert",
Expand Down
2 changes: 1 addition & 1 deletion jwt/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ go_test(
],
embed = [":jwt"],
deps = [
"//internal/ecutil",
"//internal/json",
"//internal/jwxtest",
"//jwa",
"//jwe",
"//jwk",
"//jwk/ecdsa",
"//jws",
"//jwt/internal/types",
"@com_github_stretchr_testify//assert",
Expand Down

0 comments on commit e72afd8

Please sign in to comment.