Skip to content

Commit

Permalink
Bump the non-major group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the non-major group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.13.1` | `2.14.0` |
| [github.com/openziti/channel/v2](https://github.com/openziti/channel) | `2.0.136` | `2.0.143` |
| [github.com/openziti/edge-api](https://github.com/openziti/edge-api) | `0.26.23` | `0.26.29` |
| [github.com/openziti/metrics](https://github.com/openziti/metrics) | `1.2.56` | `1.2.57` |
| [github.com/zitadel/oidc/v2](https://github.com/zitadel/oidc) | `2.12.0` | `2.12.2` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.21.0` | `0.22.0` |



Updates `github.com/go-resty/resty/v2` from 2.13.1 to 2.14.0
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.13.1...v2.14.0)

Updates `github.com/openziti/channel/v2` from 2.0.136 to 2.0.143
- [Commits](openziti/channel@v2.0.136...v2.0.143)

Updates `github.com/openziti/edge-api` from 0.26.23 to 0.26.29
- [Release notes](https://github.com/openziti/edge-api/releases)
- [Commits](openziti/edge-api@v0.26.23...v0.26.29)

Updates `github.com/openziti/foundation/v2` from 2.0.47 to 2.0.48
- [Commits](openziti/foundation@v2.0.47...v2.0.48)

Updates `github.com/openziti/identity` from 1.0.81 to 1.0.84
- [Commits](openziti/identity@v1.0.81...v1.0.84)

Updates `github.com/openziti/metrics` from 1.2.56 to 1.2.57
- [Commits](openziti/metrics@v1.2.56...v1.2.57)

Updates `github.com/openziti/transport/v2` from 2.0.138 to 2.0.143
- [Commits](openziti/transport@v2.0.138...v2.0.143)

Updates `github.com/zitadel/oidc/v2` from 2.12.0 to 2.12.2
- [Release notes](https://github.com/zitadel/oidc/releases)
- [Changelog](https://github.com/zitadel/oidc/blob/main/.releaserc.js)
- [Commits](zitadel/oidc@v2.12.0...v2.12.2)

Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0
- [Commits](golang/oauth2@v0.21.0...v0.22.0)

Updates `golang.org/x/sys` from 0.22.0 to 0.24.0
- [Commits](golang/sys@v0.22.0...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/go-resty/resty/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: github.com/openziti/channel/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/edge-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/foundation/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/transport/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/zitadel/oidc/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent fb662f9 commit 7b794c1
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 64 deletions.
44 changes: 22 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ require (
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/go-openapi/runtime v0.28.0
github.com/go-openapi/strfmt v0.23.0
github.com/go-resty/resty/v2 v2.13.1
github.com/go-resty/resty/v2 v2.14.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
github.com/kataras/go-events v0.0.3
github.com/michaelquigley/pfxlog v0.6.10
github.com/mitchellh/go-ps v1.0.0
github.com/mitchellh/mapstructure v1.5.0
github.com/openziti/channel/v2 v2.0.136
github.com/openziti/edge-api v0.26.23
github.com/openziti/foundation/v2 v2.0.47
github.com/openziti/identity v1.0.81
github.com/openziti/metrics v1.2.56
github.com/openziti/channel/v2 v2.0.143
github.com/openziti/edge-api v0.26.29
github.com/openziti/foundation/v2 v2.0.48
github.com/openziti/identity v1.0.84
github.com/openziti/metrics v1.2.57
github.com/openziti/secretstream v0.1.21
github.com/openziti/transport/v2 v2.0.138
github.com/openziti/transport/v2 v2.0.143
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/shirou/gopsutil/v3 v3.24.5
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/zitadel/oidc/v2 v2.12.0
github.com/zitadel/oidc/v2 v2.12.2
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.22.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sys v0.24.0
google.golang.org/protobuf v1.34.2
)

Expand All @@ -56,8 +56,8 @@ require (
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-openapi/validate v0.24.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/schema v1.3.0 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
Expand All @@ -77,16 +77,16 @@ require (
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.mongodb.org/mongo-driver v1.16.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
go.mongodb.org/mongo-driver v1.16.1 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.11 // indirect
)
Loading

0 comments on commit 7b794c1

Please sign in to comment.