Skip to content

Commit ca0ec24

Browse files
fix(deps): update module github.com/platform-mesh/account-operator to v0.5.22 (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e614e0 commit ca0ec24

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
@@ -7,8 +7,8 @@ require (
77
github.com/kcp-dev/kcp/sdk v0.28.3
88
github.com/kcp-dev/multicluster-provider v0.2.1
99
github.com/openfga/api/proto v0.0.0-20251105142303-feed3db3d69d
10-
github.com/platform-mesh/account-operator v0.5.21
11-
github.com/platform-mesh/golang-commons v0.7.14
10+
github.com/platform-mesh/account-operator v0.5.22
11+
github.com/platform-mesh/golang-commons v0.7.15
1212
github.com/spf13/cobra v1.10.1
1313
github.com/spf13/viper v1.21.0
1414
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0
117117
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
118118
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
119119
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
120-
github.com/platform-mesh/account-operator v0.5.21 h1:ZN4jGtOofPIi83G2t3VAFeYkk9tZDt2jgTrcs3PTnHI=
121-
github.com/platform-mesh/account-operator v0.5.21/go.mod h1:tNBfq6HG59xcnbKklx65gQ9VNYhqBDmq95lEfbwVT2U=
122-
github.com/platform-mesh/golang-commons v0.7.14 h1:KmSrqtQxHT/pjld5T5IGAu/fFZyYVHTf1hKNnnMVxqc=
123-
github.com/platform-mesh/golang-commons v0.7.14/go.mod h1:IC7mqjeO/KLz8jOi7yJ0nMJEtCL/OmSAzAE/7SceoRg=
120+
github.com/platform-mesh/account-operator v0.5.22 h1:6HbOWdejKQJjLmfICD23GBKI4KH4bNEdFt3oW8pLtt8=
121+
github.com/platform-mesh/account-operator v0.5.22/go.mod h1:tEEW18rdu2TOpF3xlpf8nLVGqlQV1v/KaYx6NLaB1ko=
122+
github.com/platform-mesh/golang-commons v0.7.15 h1:TsZP+ghMhqfcQhumaQcToGdjaT9ik/++r7D9HpCs61g=
123+
github.com/platform-mesh/golang-commons v0.7.15/go.mod h1:qSXdoVGcSVua+gjRPyEuTT3EikkMSKgWbNbRuvHAJvk=
124124
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
125125
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
126126
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)