From b6e31ccc39871602cc96eae1bf304c670c21c25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:31:59 +0000 Subject: [PATCH] Bump github.com/scanoss/papi from 0.2.0 to 0.3.0 Bumps [github.com/scanoss/papi](https://github.com/scanoss/papi) from 0.2.0 to 0.3.0. - [Changelog](https://github.com/scanoss/papi/blob/main/CHANGELOG.md) - [Commits](https://github.com/scanoss/papi/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/scanoss/papi dependency-type: direct:production update-type: version-update:semver-minor ... 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 43bc000..b9ebd47 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/lib/pq v1.10.9 github.com/scanoss/go-grpc-helper v0.6.0 github.com/scanoss/go-purl-helper v0.2.1 - github.com/scanoss/papi v0.2.0 + github.com/scanoss/papi v0.3.0 github.com/scanoss/zap-logging-helper v0.3.2 go.opentelemetry.io/otel v1.28.0 go.opentelemetry.io/otel/metric v1.28.0 diff --git a/go.sum b/go.sum index 32e052d..9910f54 100644 --- a/go.sum +++ b/go.sum @@ -625,8 +625,8 @@ github.com/scanoss/go-purl-helper v0.2.1 h1:jp960a585ycyJSlqZky1NatMJBIQi/JGITDf github.com/scanoss/go-purl-helper v0.2.1/go.mod h1:v20/bKD8G+vGrILdiq6r0hyRD2bO8frCJlu9drEcQ38= github.com/scanoss/ipfilter/v2 v2.0.2 h1:GaB9i8kVJg9JQZm5XGStYkEpiaCVdsrj7ezI2wV/oh8= github.com/scanoss/ipfilter/v2 v2.0.2/go.mod h1:AwrpX4XGbZ7EKISMi1d6E5csBk1nWB8+ugpvXHFcTpA= -github.com/scanoss/papi v0.2.0 h1:+mvfiZd7/nx2OdpctfKsqYi2FyGLBnSm4NlVDsc5ncc= -github.com/scanoss/papi v0.2.0/go.mod h1:7Dkz2CNseIElb5HAPlKisJ0wYUVRPIz4NWh741MErnA= +github.com/scanoss/papi v0.3.0 h1:9dDyZkPJvmn+x4h9IGpBjQHg+Vwb8zUnXl3XD9qhkX0= +github.com/scanoss/papi v0.3.0/go.mod h1:KI79BZgBT0GR4g1xup+iIJHhI769UgdObtfy2ESyZlk= github.com/scanoss/zap-logging-helper v0.3.2 h1:GrQQhsWuPil/bsZ6aJ9EtQuynVLYc2oKDb80r6/1o40= github.com/scanoss/zap-logging-helper v0.3.2/go.mod h1:U0Ctn7Eu3mcpuXW6bdV+H46DI1mts78lswt+qbckjDY= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=