From ac8894cbf005afcad5156a385ee14ad1187d6945 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Sat, 23 Mar 2024 09:35:46 -0700 Subject: [PATCH] Excavator: Manage go module dependencies (#347) --- go.mod | 2 +- go.sum | 4 ++-- .../palantir/witchcraft-go-logging/wlog/logentry.go | 3 --- vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 73cf12cc..452b1326 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ require ( github.com/palantir/pkg/tlsconfig v1.3.0 // indirect github.com/palantir/pkg/uuid v1.2.0 // indirect github.com/palantir/witchcraft-go-error v1.34.0 // indirect - github.com/palantir/witchcraft-go-logging v1.51.0 // indirect + github.com/palantir/witchcraft-go-logging v1.52.0 // indirect github.com/palantir/witchcraft-go-params v1.31.0 // indirect github.com/palantir/witchcraft-go-tracing v1.33.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect diff --git a/go.sum b/go.sum index 44614ce8..d4fb03e6 100644 --- a/go.sum +++ b/go.sum @@ -103,8 +103,8 @@ github.com/palantir/pkg/uuid v1.2.0 h1:eb7A1clc0DzchT9G0DRXi9QEkz/IYGDzLVFqZoIfr github.com/palantir/pkg/uuid v1.2.0/go.mod h1:qGnKfswuHME/RjYVkj+SfcjvJ7C3gKZM4JEUordLhA4= github.com/palantir/witchcraft-go-error v1.34.0 h1:ir/stMAXuONEUXK1DIHV+3Bt/Ot7t43prxu2MiMu5xU= github.com/palantir/witchcraft-go-error v1.34.0/go.mod h1:XMzUHbCg9vwOkMirfQxBtNnFIWBZo7UURXpCwOiwsmo= -github.com/palantir/witchcraft-go-logging v1.51.0 h1:2KhBmbwfIR7ctEvVr1t9rJDhKiSD/BkPoI+/ITQtulU= -github.com/palantir/witchcraft-go-logging v1.51.0/go.mod h1:/Y6GrI+AsKQfy28B3J88wWKadvfDm/E6X8FNhaPaQV0= +github.com/palantir/witchcraft-go-logging v1.52.0 h1:hodT1ylwqp1Z2+OMKM1+aqKM1yob6Vo6fMdzwKfhjRE= +github.com/palantir/witchcraft-go-logging v1.52.0/go.mod h1:nl1cIo7vYQfFuznvd7TlWrcyLmkneKeeg4GTQHa2TFw= github.com/palantir/witchcraft-go-params v1.31.0 h1:WnSbITvTk/DYWK2aZ5xCTKnjv0McHVnk7BE3CuvnddE= github.com/palantir/witchcraft-go-params v1.31.0/go.mod h1:hspt+NCM0m7T8fjVwVFurdR9a+af7wcmPJYQJnqkdCM= github.com/palantir/witchcraft-go-tracing v1.33.0 h1:OHs2dEtfda0A4BTMGDjB2fZRR+oGQFJqp2HvJMlPWXo= diff --git a/vendor/github.com/palantir/witchcraft-go-logging/wlog/logentry.go b/vendor/github.com/palantir/witchcraft-go-logging/wlog/logentry.go index f778aa48..8c291ce3 100644 --- a/vendor/github.com/palantir/witchcraft-go-logging/wlog/logentry.go +++ b/vendor/github.com/palantir/witchcraft-go-logging/wlog/logentry.go @@ -79,9 +79,6 @@ func (m *MapValueEntries) StringMapValue(key string, values map[string]string) { } func (m *MapValueEntries) AnyMapValue(key string, values map[string]interface{}) { - if len(values) == 0 { - return - } if len(values) == 0 { return } diff --git a/vendor/modules.txt b/vendor/modules.txt index 7835dad7..f977bf17 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -97,7 +97,7 @@ github.com/palantir/pkg/uuid/internal/uuid ## explicit; go 1.21 github.com/palantir/witchcraft-go-error github.com/palantir/witchcraft-go-error/internal/errors -# github.com/palantir/witchcraft-go-logging v1.51.0 +# github.com/palantir/witchcraft-go-logging v1.52.0 ## explicit; go 1.21 github.com/palantir/witchcraft-go-logging/internal/gopath github.com/palantir/witchcraft-go-logging/wlog