cli: collect debug logs in file (#2906)

This commit is contained in:
miampf 2024-02-21 15:39:12 +00:00 committed by GitHub
parent 7edd6259d1
commit 96c5980651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 65 additions and 1 deletions

View file

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