From f1c037f151e9a37a9f41b555f57993d2adb1c23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:54:09 +0000 Subject: [PATCH] Bump github.com/scanoss/zap-logging-helper from 0.2.0 to 0.2.1 Bumps [github.com/scanoss/zap-logging-helper](https://github.com/scanoss/zap-logging-helper) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/scanoss/zap-logging-helper/releases) - [Changelog](https://github.com/scanoss/zap-logging-helper/blob/main/CHANGELOG.md) - [Commits](https://github.com/scanoss/zap-logging-helper/compare/v0.2.0...0.2.1) --- updated-dependencies: - dependency-name: github.com/scanoss/zap-logging-helper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 591d249..36a9787 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.3.1 github.com/gorilla/mux v1.8.0 github.com/jpillora/ipfilter v1.2.9 - github.com/scanoss/zap-logging-helper v0.2.0 + github.com/scanoss/zap-logging-helper v0.2.1 github.com/stretchr/testify v1.8.4 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.43.0 go.opentelemetry.io/otel v1.17.0 diff --git a/go.sum b/go.sum index 01f6c6a..5065efe 100644 --- a/go.sum +++ b/go.sum @@ -60,8 +60,8 @@ github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTE github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= -github.com/scanoss/zap-logging-helper v0.2.0 h1:r1HM/lalRZkkZU/3RQoIQJmZtzWsoAQr6Eqy/FRxWR8= -github.com/scanoss/zap-logging-helper v0.2.0/go.mod h1:5AGYjct4soPR/1wGE5AmL2M7sgCcOSlnWrTliF5d2Xw= +github.com/scanoss/zap-logging-helper v0.2.1 h1:kNQJkOae79u+1H6LSRM9LRejzPszAiHIwHGq8uPhzjQ= +github.com/scanoss/zap-logging-helper v0.2.1/go.mod h1:QksE/k4tsXhY2c9KdTA23ofrJBcFV6KQ3pbXFxXjNKY= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=