mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 12:34:44 -04:00
cli: collect debug logs in file (#2906)
This commit is contained in:
parent
7edd6259d1
commit
96c5980651
6 changed files with 65 additions and 1 deletions
|
@ -4435,6 +4435,22 @@ def go_dependencies():
|
|||
sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=",
|
||||
version = "v1.0.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_samber_lo",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable_global",
|
||||
importpath = "github.com/samber/lo",
|
||||
sum = "h1:j2XEAqXKb09Am4ebOg31SpvzUTTs6EN3VfgeLUhPdXM=",
|
||||
version = "v1.38.1",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_samber_slog_multi",
|
||||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable_global",
|
||||
importpath = "github.com/samber/slog-multi",
|
||||
sum = "h1:6BVH9uHGAsiGkbbtQgAOQJMpKgV8unMrHhhJaw+X1EQ=",
|
||||
version = "v1.0.2",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_sassoftware_relic",
|
||||
build_file_generation = "on",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue