mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-14 08:59:49 -05:00
10 lines
284 B
Python
10 lines
284 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "verify",
|
||
|
srcs = ["verify.go"],
|
||
|
importpath = "github.com/edgelesssys/constellation/v2/internal/verify",
|
||
|
visibility = ["//:__subpackages__"],
|
||
|
deps = ["@com_github_golang_jwt_jwt_v5//:jwt"],
|
||
|
)
|