Skip to content

Commit 262325f

Browse files
test: bump github.com/zitadel/zitadel-go/v2 from 2.2.1 to 2.2.3 in the testsuite group across 1 directory (zitadel#201)
test: bump github.com/zitadel/zitadel-go/v2 Bumps the testsuite group with 1 update in the / directory: [github.com/zitadel/zitadel-go/v2](https://github.com/zitadel/zitadel-go). Updates `github.com/zitadel/zitadel-go/v2` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/zitadel/zitadel-go/releases) - [Changelog](https://github.com/zitadel/zitadel-go/blob/main/.releaserc.js) - [Commits](zitadel/zitadel-go@v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: github.com/zitadel/zitadel-go/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testsuite ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elio Bischof <elio@zitadel.com>
1 parent a914368 commit 262325f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/jinzhu/copier v0.4.0
1010
github.com/stretchr/testify v1.9.0
1111
github.com/zitadel/oidc v1.13.5
12-
github.com/zitadel/zitadel-go/v2 v2.2.1
12+
github.com/zitadel/zitadel-go/v2 v2.2.3
1313
gopkg.in/yaml.v3 v3.0.1
1414
k8s.io/api v0.30.0
1515
k8s.io/apimachinery v0.30.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
193193
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
194194
github.com/zitadel/oidc v1.13.5 h1:7jhh68NGZitLqwLiVU9Dtwa4IraJPFF1vS+4UupO93U=
195195
github.com/zitadel/oidc v1.13.5/go.mod h1:rHs1DhU3Sv3tnI6bQRVlFa3u0lCwtR7S21WHY+yXgPA=
196-
github.com/zitadel/zitadel-go/v2 v2.2.1 h1:euyRhVSYt7SuB6yH9VgzYPwqulxCMX5KLhl4e/wBnuw=
197-
github.com/zitadel/zitadel-go/v2 v2.2.1/go.mod h1:8cdeqkMW5nBqQLU8U3Ww5f6B92d9YkHeMd8Dhc+PpUs=
196+
github.com/zitadel/zitadel-go/v2 v2.2.3 h1:A7XDaTQSkaMz4U/v0Il/c+POp946PowrotNDlOfQU1k=
197+
github.com/zitadel/zitadel-go/v2 v2.2.3/go.mod h1:8cdeqkMW5nBqQLU8U3Ww5f6B92d9YkHeMd8Dhc+PpUs=
198198
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
199199
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
200200
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)