introduce version.txt (#1412)

This commit is contained in:
3u13r 2023-03-14 14:53:33 +01:00 committed by GitHub
parent bdff0d1d08
commit fe767ba78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 53 additions and 161 deletions

View file

@ -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"],
)