Skip to content

Commit df7bac3

Browse files
fix(deps): update module github.com/platform-mesh/account-operator to v0.1.22 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d4960f commit df7bac3

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
@@ -15,11 +15,11 @@ require (
1515
github.com/kcp-dev/logicalcluster/v3 v3.0.5
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
18-
github.com/platform-mesh/account-operator v0.1.20
18+
github.com/platform-mesh/account-operator v0.1.22
1919
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.11.0
22+
github.com/stretchr/testify v1.11.1
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
@@ -153,8 +153,8 @@ github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4
153153
github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8=
154154
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
155155
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
156-
github.com/platform-mesh/account-operator v0.1.20 h1:49smmxNzbSpXCz1LVPRZbOCPOLMWM+pJBL9I/Rx3AKg=
157-
github.com/platform-mesh/account-operator v0.1.20/go.mod h1:Sk6M++H+OucXpJILOYSAzPIWpMNfOi0FsqH/cNO2+rs=
156+
github.com/platform-mesh/account-operator v0.1.22 h1:5mBGJo9ZIsFxoShddAauDkNF93AZtjL8SS1CAq7uYKw=
157+
github.com/platform-mesh/account-operator v0.1.22/go.mod h1:zfkQwcstAwbpmSVnZsNzuKGBFDDYthBtEL84SGHgqJs=
158158
github.com/platform-mesh/golang-commons v0.1.22 h1:NwHJZ70AsA2FEaBND3i843s9m02EpyUWmayJ5fWEN1E=
159159
github.com/platform-mesh/golang-commons v0.1.22/go.mod h1:Pbdof5PfoAhGef5RQurG8RJcjZESTMLzJEEiGjTB2uU=
160160
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -199,8 +199,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
199199
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
200200
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
201201
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
202-
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
203-
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
202+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
203+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
204204
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
205205
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
206206
github.com/vektah/gqlparser/v2 v2.5.30 h1:EqLwGAFLIzt1wpx1IPpY67DwUujF1OfzgEyDsLrN6kE=

0 commit comments

Comments
 (0)