Skip to content

Commit 626e9c5

Browse files
Bump the non-major group across 1 directory with 10 updates
Bumps the non-major group with 4 updates in the / directory: [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime), [github.com/go-resty/resty/v2](https://github.com/go-resty/resty), [github.com/openziti/channel/v4](https://github.com/openziti/channel) and [github.com/zitadel/oidc/v3](https://github.com/zitadel/oidc). Updates `github.com/go-openapi/runtime` from 0.29.0 to 0.29.2 - [Release notes](https://github.com/go-openapi/runtime/releases) - [Commits](go-openapi/runtime@v0.29.0...v0.29.2) Updates `github.com/go-openapi/strfmt` from 0.24.0 to 0.25.0 - [Commits](go-openapi/strfmt@v0.24.0...v0.25.0) Updates `github.com/go-resty/resty/v2` from 2.16.5 to 2.17.0 - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](go-resty/resty@v2.16.5...v2.17.0) Updates `github.com/openziti/channel/v4` from 4.2.41 to 4.2.42 - [Commits](openziti/channel@v4.2.41...v4.2.42) Updates `github.com/openziti/foundation/v2` from 2.0.79 to 2.0.80 - [Commits](openziti/foundation@v2.0.79...v2.0.80) Updates `github.com/openziti/identity` from 1.0.118 to 1.0.119 - [Commits](openziti/identity@v1.0.118...v1.0.119) Updates `github.com/openziti/transport/v2` from 2.0.198 to 2.0.199 - [Commits](openziti/transport@v2.0.198...v2.0.199) Updates `github.com/zitadel/oidc/v3` from 3.45.0 to 3.45.1 - [Release notes](https://github.com/zitadel/oidc/releases) - [Commits](zitadel/oidc@v3.45.0...v3.45.1) Updates `golang.org/x/oauth2` from 0.31.0 to 0.33.0 - [Commits](golang/oauth2@v0.31.0...v0.33.0) Updates `golang.org/x/sys` from 0.37.0 to 0.38.0 - [Commits](golang/sys@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/go-openapi/runtime dependency-version: 0.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major - dependency-name: github.com/go-resty/resty/v2 dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major - dependency-name: github.com/openziti/channel/v4 dependency-version: 4.2.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/openziti/foundation/v2 dependency-version: 2.0.80 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/openziti/identity dependency-version: 1.0.119 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/openziti/transport/v2 dependency-version: 2.0.199 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/zitadel/oidc/v3 dependency-version: 3.45.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: golang.org/x/oauth2 dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major - dependency-name: golang.org/x/sys dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0c1552 commit 626e9c5

File tree

2 files changed

+72
-71
lines changed

2 files changed

+72
-71
lines changed

go.mod

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,48 @@ require (
77
github.com/cenkalti/backoff/v4 v4.3.0
88
github.com/emirpasic/gods v1.18.1
99
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
10-
github.com/go-openapi/runtime v0.29.0
11-
github.com/go-openapi/strfmt v0.24.0
12-
github.com/go-resty/resty/v2 v2.16.5
10+
github.com/go-openapi/runtime v0.29.2
11+
github.com/go-openapi/strfmt v0.25.0
12+
github.com/go-resty/resty/v2 v2.17.0
1313
github.com/golang-jwt/jwt/v5 v5.3.0
1414
github.com/google/uuid v1.6.0
1515
github.com/kataras/go-events v0.0.3
1616
github.com/michaelquigley/pfxlog v0.6.10
1717
github.com/mitchellh/go-ps v1.0.0
1818
github.com/mitchellh/mapstructure v1.5.0
19-
github.com/openziti/channel/v4 v4.2.41
19+
github.com/openziti/channel/v4 v4.2.42
2020
github.com/openziti/edge-api v0.26.51
21-
github.com/openziti/foundation/v2 v2.0.79
22-
github.com/openziti/identity v1.0.118
21+
github.com/openziti/foundation/v2 v2.0.80
22+
github.com/openziti/identity v1.0.119
2323
github.com/openziti/metrics v1.4.2
2424
github.com/openziti/secretstream v0.1.42
25-
github.com/openziti/transport/v2 v2.0.198
25+
github.com/openziti/transport/v2 v2.0.199
2626
github.com/orcaman/concurrent-map/v2 v2.0.1
2727
github.com/pkg/errors v0.9.1
2828
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
2929
github.com/shirou/gopsutil/v3 v3.24.5
3030
github.com/sirupsen/logrus v1.9.3
3131
github.com/stretchr/testify v1.11.1
32-
github.com/zitadel/oidc/v3 v3.45.0
32+
github.com/zitadel/oidc/v3 v3.45.1
3333
go.mozilla.org/pkcs7 v0.9.0
34-
golang.org/x/oauth2 v0.31.0
35-
golang.org/x/sys v0.37.0
34+
golang.org/x/oauth2 v0.33.0
35+
golang.org/x/sys v0.38.0
3636
google.golang.org/protobuf v1.36.10
3737
)
3838

3939
require (
40-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
4140
github.com/davecgh/go-spew v1.1.1 // indirect
4241
github.com/fsnotify/fsnotify v1.9.0 // indirect
4342
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
4443
github.com/go-logr/logr v1.4.3 // indirect
4544
github.com/go-logr/stdr v1.2.2 // indirect
4645
github.com/go-ole/go-ole v1.2.6 // indirect
47-
github.com/go-openapi/analysis v0.24.0 // indirect
48-
github.com/go-openapi/errors v0.22.3 // indirect
46+
github.com/go-openapi/analysis v0.24.1 // indirect
47+
github.com/go-openapi/errors v0.22.4 // indirect
4948
github.com/go-openapi/jsonpointer v0.22.1 // indirect
50-
github.com/go-openapi/jsonreference v0.21.2 // indirect
51-
github.com/go-openapi/loads v0.23.1 // indirect
52-
github.com/go-openapi/spec v0.22.0 // indirect
49+
github.com/go-openapi/jsonreference v0.21.3 // indirect
50+
github.com/go-openapi/loads v0.23.2 // indirect
51+
github.com/go-openapi/spec v0.22.1 // indirect
5352
github.com/go-openapi/swag v0.25.1 // indirect
5453
github.com/go-openapi/swag/cmdutils v0.25.1 // indirect
5554
github.com/go-openapi/swag/conv v0.25.1 // indirect
@@ -62,7 +61,7 @@ require (
6261
github.com/go-openapi/swag/stringutils v0.25.1 // indirect
6362
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
6463
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
65-
github.com/go-openapi/validate v0.25.0 // indirect
64+
github.com/go-openapi/validate v0.25.1 // indirect
6665
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
6766
github.com/gorilla/mux v1.8.1 // indirect
6867
github.com/gorilla/securecookie v1.1.2 // indirect
@@ -84,17 +83,17 @@ require (
8483
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8584
github.com/zitadel/logging v0.6.2 // indirect
8685
github.com/zitadel/schema v1.3.1 // indirect
87-
go.mongodb.org/mongo-driver v1.17.4 // indirect
86+
go.mongodb.org/mongo-driver v1.17.6 // indirect
8887
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
8988
go.opentelemetry.io/otel v1.38.0 // indirect
9089
go.opentelemetry.io/otel/metric v1.38.0 // indirect
9190
go.opentelemetry.io/otel/trace v1.38.0 // indirect
9291
go.yaml.in/yaml/v3 v3.0.4 // indirect
93-
golang.org/x/crypto v0.43.0 // indirect
94-
golang.org/x/net v0.45.0 // indirect
95-
golang.org/x/sync v0.17.0 // indirect
96-
golang.org/x/term v0.36.0 // indirect
97-
golang.org/x/text v0.30.0 // indirect
92+
golang.org/x/crypto v0.45.0 // indirect
93+
golang.org/x/net v0.47.0 // indirect
94+
golang.org/x/sync v0.18.0 // indirect
95+
golang.org/x/term v0.37.0 // indirect
96+
golang.org/x/text v0.31.0 // indirect
9897
gopkg.in/yaml.v3 v3.0.1 // indirect
9998
nhooyr.io/websocket v1.8.17 // indirect
10099
)

0 commit comments

Comments
 (0)