From 068e3dcead42b19d9eb573423f1d1e344cbaf831 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Mon, 19 Feb 2024 08:32:10 +0900 Subject: [PATCH] fix bazel deps --- jwk/BUILD.bazel | 2 +- jws/BUILD.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jwk/BUILD.bazel b/jwk/BUILD.bazel index bb5efa8e2..f9d13f53a 100644 --- a/jwk/BUILD.bazel +++ b/jwk/BUILD.bazel @@ -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", ], ) diff --git a/jws/BUILD.bazel b/jws/BUILD.bazel index 34ee8a96d..587bc8ca8 100644 --- a/jws/BUILD.bazel +++ b/jws/BUILD.bazel @@ -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", ],