Skip to content

Commit 53fa8ab

Browse files
authored
fix(sdk): bump lib/ocrypto to 0.1.8 (#1938)
### Proposed Changes * CI pipeline failed to bump `lib/ocrypto` in `sdk` when recently released: https://github.com/opentdf/platform/actions/runs/13525675363/job/37796239649 ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent 35e25cc commit 53fa8ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
99
github.com/lestrrat-go/jwx/v2 v2.0.21
1010
github.com/opentdf/platform/lib/fixtures v0.2.10
11-
github.com/opentdf/platform/lib/ocrypto v0.1.7
11+
github.com/opentdf/platform/lib/ocrypto v0.1.8
1212
github.com/opentdf/platform/protocol/go v0.2.26
1313
github.com/stretchr/testify v1.9.0
1414
github.com/testcontainers/testcontainers-go v0.32.0

sdk/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
114114
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
115115
github.com/opentdf/platform/lib/fixtures v0.2.10 h1:R688b98ctsEiDRlQSvLxmAWT7bXvCTb+nJCuiU2WsWs=
116116
github.com/opentdf/platform/lib/fixtures v0.2.10/go.mod h1:wGhclxDeDXf8bp5VAWztT1nY2gWVNGQLd8rWs5wtXV0=
117-
github.com/opentdf/platform/lib/ocrypto v0.1.7 h1:IcCYRrwmMqntqUE8frmUDg5EZ0WMdldpGeGhbv9+/A8=
118-
github.com/opentdf/platform/lib/ocrypto v0.1.7/go.mod h1:4bhKPbRFzURMerH5Vr/LlszHvcoXQbfJXa0bpY7/7yg=
117+
github.com/opentdf/platform/lib/ocrypto v0.1.8 h1:FUKMHsVCjU4NmgaXgS1RFstl19tkX/7USTIubAuUBlA=
118+
github.com/opentdf/platform/lib/ocrypto v0.1.8/go.mod h1:UTtqh8mvhAYA+sEnaMxpr/406e84L5Q1sAxtKGIXfu4=
119119
github.com/opentdf/platform/protocol/go v0.2.26 h1:22ugJFhAjlz7BRAky3eBljIQrsLzmsdkKVM+pjuG09k=
120120
github.com/opentdf/platform/protocol/go v0.2.26/go.mod h1:eldxqX2oF2ADtG8ivhfwn1lALVMX4aaUM+Lp9ynOJXs=
121121
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=

0 commit comments

Comments
 (0)