Skip to content

Commit a5da592

Browse files
fix(deps): update module github.com/platform-mesh/golang-commons to v0.1.22 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96ef715 commit a5da592

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
@@ -16,10 +16,10 @@ require (
1616
github.com/openfga/api/proto v0.0.0-20250814141243-c0b62b28b14d
1717
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250428093642-7aeebe78bbfe
1818
github.com/platform-mesh/account-operator v0.1.20
19-
github.com/platform-mesh/golang-commons v0.1.21
19+
github.com/platform-mesh/golang-commons v0.1.22
2020
github.com/spf13/cobra v1.9.1
2121
github.com/spf13/viper v1.20.1
22-
github.com/stretchr/testify v1.10.0
22+
github.com/stretchr/testify v1.11.0
2323
google.golang.org/grpc v1.75.0
2424
google.golang.org/protobuf v1.36.8
2525
k8s.io/api v0.33.3

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
145145
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
146146
github.com/platform-mesh/account-operator v0.1.20 h1:49smmxNzbSpXCz1LVPRZbOCPOLMWM+pJBL9I/Rx3AKg=
147147
github.com/platform-mesh/account-operator v0.1.20/go.mod h1:Sk6M++H+OucXpJILOYSAzPIWpMNfOi0FsqH/cNO2+rs=
148-
github.com/platform-mesh/golang-commons v0.1.21 h1:VvMX54+uneLmvUTImrMWpK3idMKzZrAU2C+X/4Gm78U=
149-
github.com/platform-mesh/golang-commons v0.1.21/go.mod h1:/c0IAOZC0lgOh9U+u7cBoB3imWE9ozeMbqMoYXyvZXM=
148+
github.com/platform-mesh/golang-commons v0.1.22 h1:NwHJZ70AsA2FEaBND3i843s9m02EpyUWmayJ5fWEN1E=
149+
github.com/platform-mesh/golang-commons v0.1.22/go.mod h1:Pbdof5PfoAhGef5RQurG8RJcjZESTMLzJEEiGjTB2uU=
150150
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
151151
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
152152
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -189,8 +189,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
189189
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
190190
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
191191
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
192-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
193-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
192+
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
193+
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
194194
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
195195
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
196196
github.com/vektah/gqlparser/v2 v2.5.30 h1:EqLwGAFLIzt1wpx1IPpY67DwUujF1OfzgEyDsLrN6kE=

0 commit comments

Comments
 (0)