Skip to content

Commit 5b38752

Browse files
Bump the non-major group across 1 directory with 10 updates
Bumps the non-major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.29.0` | `0.29.2` | | [github.com/openziti/channel/v4](https://github.com/openziti/channel) | `4.2.37` | `4.2.41` | | [github.com/openziti/edge-api](https://github.com/openziti/edge-api) | `0.26.50` | `0.26.51` | | [github.com/openziti/secretstream](https://github.com/openziti/secretstream) | `0.1.39` | `0.1.42` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.31.0` | `0.33.0` | 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/openziti/channel/v4` from 4.2.37 to 4.2.41 - [Commits](openziti/channel@v4.2.37...v4.2.41) Updates `github.com/openziti/edge-api` from 0.26.50 to 0.26.51 - [Release notes](https://github.com/openziti/edge-api/releases) - [Commits](openziti/edge-api@v0.26.50...v0.26.51) Updates `github.com/openziti/foundation/v2` from 2.0.77 to 2.0.79 - [Commits](openziti/foundation@v2.0.77...v2.0.79) Updates `github.com/openziti/identity` from 1.0.116 to 1.0.118 - [Commits](openziti/identity@v1.0.116...v1.0.118) Updates `github.com/openziti/secretstream` from 0.1.39 to 0.1.42 - [Release notes](https://github.com/openziti/secretstream/releases) - [Commits](openziti/secretstream@v0.1.39...v0.1.42) Updates `github.com/openziti/transport/v2` from 2.0.194 to 2.0.197 - [Commits](openziti/transport@v2.0.194...v2.0.197) 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.36.0 to 0.37.0 - [Commits](golang/sys@v0.36.0...v0.37.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/openziti/channel/v4 dependency-version: 4.2.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/openziti/edge-api dependency-version: 0.26.51 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.79 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/openziti/identity dependency-version: 1.0.118 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major - dependency-name: github.com/openziti/secretstream dependency-version: 0.1.42 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.197 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.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2024c7e commit 5b38752

File tree

2 files changed

+70
-69
lines changed

2 files changed

+70
-69
lines changed

go.mod

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ 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
10+
github.com/go-openapi/runtime v0.29.2
11+
github.com/go-openapi/strfmt v0.25.0
1212
github.com/go-resty/resty/v2 v2.16.5
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.37
20-
github.com/openziti/edge-api v0.26.50
21-
github.com/openziti/foundation/v2 v2.0.77
22-
github.com/openziti/identity v1.0.116
19+
github.com/openziti/channel/v4 v4.2.41
20+
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
2323
github.com/openziti/metrics v1.4.2
24-
github.com/openziti/secretstream v0.1.39
25-
github.com/openziti/transport/v2 v2.0.194
24+
github.com/openziti/secretstream v0.1.42
25+
github.com/openziti/transport/v2 v2.0.197
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
@@ -31,25 +31,24 @@ require (
3131
github.com/stretchr/testify v1.11.1
3232
github.com/zitadel/oidc/v3 v3.45.0
3333
go.mozilla.org/pkcs7 v0.9.0
34-
golang.org/x/oauth2 v0.31.0
35-
golang.org/x/sys v0.36.0
34+
golang.org/x/oauth2 v0.33.0
35+
golang.org/x/sys v0.37.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.42.0 // indirect
94-
golang.org/x/net v0.44.0 // indirect
95-
golang.org/x/sync v0.17.0 // indirect
96-
golang.org/x/term v0.35.0 // indirect
97-
golang.org/x/text v0.29.0 // indirect
92+
golang.org/x/crypto v0.43.0 // indirect
93+
golang.org/x/net v0.46.0 // indirect
94+
golang.org/x/sync v0.18.0 // indirect
95+
golang.org/x/term v0.36.0 // indirect
96+
golang.org/x/text v0.30.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)