From d56b567d9b3bb884f91fe2514b6cf46a2f77cf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:31:47 +0000 Subject: [PATCH] fix(deps): bump github.com/opentdf/platform/lib/identifier in /service Bumps [github.com/opentdf/platform/lib/identifier](https://github.com/opentdf/platform) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/opentdf/platform/releases) - [Commits](https://github.com/opentdf/platform/compare/sdk/v0.2.0...sdk/v0.3.0) --- updated-dependencies: - dependency-name: github.com/opentdf/platform/lib/identifier dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- service/go.mod | 2 +- service/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/service/go.mod b/service/go.mod index 79eceacf89..dfb7a9ad4a 100644 --- a/service/go.mod +++ b/service/go.mod @@ -34,7 +34,7 @@ require ( github.com/open-policy-agent/opa v1.5.1 github.com/opentdf/platform/lib/fixtures v0.5.0 github.com/opentdf/platform/lib/flattening v0.1.3 - github.com/opentdf/platform/lib/identifier v0.2.0 + github.com/opentdf/platform/lib/identifier v0.3.0 github.com/opentdf/platform/lib/ocrypto v0.10.0 github.com/opentdf/platform/protocol/go v0.17.0 github.com/opentdf/platform/sdk v0.13.0 diff --git a/service/go.sum b/service/go.sum index 0b94677eeb..d5defffaf3 100644 --- a/service/go.sum +++ b/service/go.sum @@ -267,8 +267,8 @@ github.com/opentdf/platform/lib/fixtures v0.5.0 h1:uXLZF0xuc0fSssXkcKHL0onN/0aYk github.com/opentdf/platform/lib/fixtures v0.5.0/go.mod h1:ctyrVn+eTObHAPy3vrdPO0O1mc3vgQ6lc9pBTdhBAfo= github.com/opentdf/platform/lib/flattening v0.1.3 h1:IuOm/wJVXNrzOV676Ticgr0wyBkL+lVjsoSfh+WSkNo= github.com/opentdf/platform/lib/flattening v0.1.3/go.mod h1:Gs/T+6FGZKk9OAdz2Jf1R8CTGeNRYrq1lZGDeYT3hrY= -github.com/opentdf/platform/lib/identifier v0.2.0 h1:lpz/QmkGwlli8PmBvDH2bPqWvpna0n0lbEX0+bH3P0o= -github.com/opentdf/platform/lib/identifier v0.2.0/go.mod h1:/tHnLlSVOq3qmbIYSvKrtuZchQfagenv4wG5twl4oRs= +github.com/opentdf/platform/lib/identifier v0.3.0 h1:kLVRVC8wE0kmuEIdodEhqIRym5OzbgpaGqg1CE09kA8= +github.com/opentdf/platform/lib/identifier v0.3.0/go.mod h1:3RlXYY9sxH/VnMkgm/M6zryUrtBL0lnsOVyqb0hYYvs= github.com/opentdf/platform/lib/ocrypto v0.10.0 h1:7dn/z/1qH3p+gWCrfOoU7hj9XF/p5N+b2JBJuWF9aK0= github.com/opentdf/platform/lib/ocrypto v0.10.0/go.mod h1:WASkoHreqgTFImB/gJW42VTdpi9AkgkmaW19y/fU+Ew= github.com/opentdf/platform/protocol/go v0.17.0 h1:pZUnX/jp741SW/gYwa5eAj8P7yqHQV58cwPpxEDR/Ik=