mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -04:00
bazel: add stringer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
81acdecd22
commit
130112688c
4 changed files with 531 additions and 23 deletions
|
@ -11,5 +11,6 @@ package main
|
|||
import (
|
||||
_ "github.com/google/go-licenses"
|
||||
_ "github.com/katexochen/sh/v3/cmd/shfmt"
|
||||
_ "golang.org/x/tools/cmd/stringer"
|
||||
_ "golang.org/x/vuln/cmd/govulncheck"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue