mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 06:52:26 -04:00
introduce version.txt (#1412)
This commit is contained in:
parent
bdff0d1d08
commit
fe767ba78e
15 changed files with 53 additions and 161 deletions
|
@ -5,10 +5,5 @@ go_library(
|
|||
srcs = ["git.go"],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/hack/pseudo-version/internal/git",
|
||||
visibility = ["//hack/pseudo-version:__subpackages__"],
|
||||
deps = [
|
||||
"@com_github_go_git_go_git_v5//:go-git",
|
||||
"@com_github_go_git_go_git_v5//plumbing",
|
||||
"@com_github_go_git_go_git_v5//plumbing/object",
|
||||
"@com_github_go_git_go_git_v5//plumbing/storer",
|
||||
],
|
||||
deps = ["@com_github_go_git_go_git_v5//:go-git"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue