Skip to content

Commit 559da2c

Browse files
committed
upd deps
Signed-off-by: Viktor Login <batazor111@gmail.com>
1 parent 7dd3440 commit 559da2c

File tree

7 files changed

+12
-19
lines changed

7 files changed

+12
-19
lines changed

boundaries/api/api-gateway/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
github.com/neo4j/neo4j-go-driver/v5 v5.28.4 // indirect
8484
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
8585
github.com/onsi/gomega v1.38.0 // indirect
86-
github.com/ory/client-go v1.22.5 // indirect
86+
github.com/ory/client-go v1.22.6 // indirect
8787
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
8888
github.com/pkg/errors v0.9.1 // indirect
8989
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
@@ -142,7 +142,7 @@ require (
142142
go.yaml.in/yaml/v3 v3.0.4 // indirect
143143
golang.org/x/crypto v0.43.0 // indirect
144144
golang.org/x/net v0.46.0 // indirect
145-
golang.org/x/oauth2 v0.31.0 // indirect
145+
golang.org/x/oauth2 v0.32.0 // indirect
146146
golang.org/x/sys v0.37.0 // indirect
147147
golang.org/x/text v0.30.0 // indirect
148148
golang.org/x/tools v0.38.0 // indirect

boundaries/api/api-gateway/go.sum

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boundaries/bff/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
github.com/neo4j/neo4j-go-driver/v5 v5.28.4 // indirect
8585
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
8686
github.com/onsi/gomega v1.38.0 // indirect
87-
github.com/ory/client-go v1.22.5 // indirect
87+
github.com/ory/client-go v1.22.6 // indirect
8888
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
8989
github.com/pkg/errors v0.9.1 // indirect
9090
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
@@ -137,7 +137,7 @@ require (
137137
go.yaml.in/yaml/v3 v3.0.4 // indirect
138138
golang.org/x/crypto v0.43.0 // indirect
139139
golang.org/x/net v0.46.0 // indirect
140-
golang.org/x/oauth2 v0.31.0 // indirect
140+
golang.org/x/oauth2 v0.32.0 // indirect
141141
golang.org/x/sys v0.37.0 // indirect
142142
golang.org/x/tools v0.38.0 // indirect
143143
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect

boundaries/bff/go.sum

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boundaries/link/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ require (
125125
github.com/opencontainers/go-digest v1.0.0 // indirect
126126
github.com/opencontainers/image-spec v1.1.1 // indirect
127127
github.com/opencontainers/runc v1.2.5 // indirect
128-
github.com/ory/client-go v1.22.5 // indirect
128+
github.com/ory/client-go v1.22.6 // indirect
129129
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
130130
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
131131
github.com/pierrec/lz4/v4 v4.1.22 // indirect
@@ -196,7 +196,7 @@ require (
196196
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
197197
golang.org/x/mod v0.29.0 // indirect
198198
golang.org/x/net v0.46.0 // indirect
199-
golang.org/x/oauth2 v0.31.0 // indirect
199+
golang.org/x/oauth2 v0.32.0 // indirect
200200
golang.org/x/sync v0.17.0 // indirect
201201
golang.org/x/sys v0.37.0 // indirect
202202
golang.org/x/text v0.30.0 // indirect

boundaries/link/go.sum

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)