Skip to content

Commit

Permalink
fix bazel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Feb 18, 2024
1 parent ea1ff6f commit 068e3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jwk/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ go_library(
"//jwa",
"//jwk/ecdsa",
"@com_github_lestrrat_go_blackmagic//:blackmagic",
"@com_github_lestrrat_go_httprc//:httprc",
"@com_github_lestrrat_go_httprc_v2//:httprc",
"@com_github_lestrrat_go_option//:option",
],
)
Expand Down
2 changes: 1 addition & 1 deletion jws/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ go_test(
"//jwa",
"//jwk",
"//jwt",
"@com_github_lestrrat_go_httprc//:httprc",
"@com_github_lestrrat_go_httprc_v2//:httprc",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
Expand Down

0 comments on commit 068e3dc

Please sign in to comment.