Skip to content

Commit 5018a67

Browse files
fix(deps): update module github.com/platform-mesh/golang-commons to v0.1.23 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3323d83 commit 5018a67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ require (
1717
github.com/kcp-dev/multicluster-provider v0.1.0
1818
github.com/openfga/api/proto v0.0.0-20250814141243-c0b62b28b14d
1919
github.com/platform-mesh/account-operator v0.1.20
20-
github.com/platform-mesh/golang-commons v0.1.22
20+
github.com/platform-mesh/golang-commons v0.1.23
2121
github.com/prometheus/client_golang v1.23.0
2222
github.com/spf13/cobra v1.9.1
2323
github.com/spf13/viper v1.20.1
24-
github.com/stretchr/testify v1.11.0
24+
github.com/stretchr/testify v1.11.1
2525
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
2626
golang.org/x/oauth2 v0.30.0
2727
google.golang.org/grpc v1.75.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
142142
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
143143
github.com/platform-mesh/account-operator v0.1.20 h1:49smmxNzbSpXCz1LVPRZbOCPOLMWM+pJBL9I/Rx3AKg=
144144
github.com/platform-mesh/account-operator v0.1.20/go.mod h1:Sk6M++H+OucXpJILOYSAzPIWpMNfOi0FsqH/cNO2+rs=
145-
github.com/platform-mesh/golang-commons v0.1.22 h1:NwHJZ70AsA2FEaBND3i843s9m02EpyUWmayJ5fWEN1E=
146-
github.com/platform-mesh/golang-commons v0.1.22/go.mod h1:Pbdof5PfoAhGef5RQurG8RJcjZESTMLzJEEiGjTB2uU=
145+
github.com/platform-mesh/golang-commons v0.1.23 h1:jCImb/OAT9HS33Hgki6NiTndmHNwe0rh/nP8fDeawdQ=
146+
github.com/platform-mesh/golang-commons v0.1.23/go.mod h1:H7N9QIQoUUYq3aymsG0TPhONKkDfuCuiHHBWO4nMYcc=
147147
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
148148
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
149149
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -182,8 +182,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
182182
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
183183
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
184184
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
185-
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
186-
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
185+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
186+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
187187
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
188188
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
189189
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

0 commit comments

Comments
 (0)