Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the go_modules group across 9 directories with 13 updates
Bumps the go_modules group with 1 update in the /api3 directory: [golang.org/x/crypto](https://github.com/golang/crypto). Bumps the go_modules group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.1.0` | `0.17.0` | | [github.com/docker/docker](https://github.com/docker/docker) | `20.10.14+incompatible` | `24.0.9+incompatible` | | [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.1+incompatible` | `2.8.2+incompatible` | | [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3) | `2.3.1` | `2.3.3` | | [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) | `4.17.2` | `4.18.2` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.43.0` | `1.56.3` | Bumps the go_modules group with 1 update in the /plugins/api directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 1 update in the /plugins/common directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 2 updates in the /plugins/gateway/kong directory: [golang.org/x/net](https://github.com/golang/net) and google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /plugins/gateway/tyk/v3.2.2 directory: [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin). Bumps the go_modules group with 3 updates in the /plugins/otel-collector/apiclarityexporter directory: [golang.org/x/net](https://github.com/golang/net), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib). Bumps the go_modules group with 3 updates in the /plugins/taper directory: [golang.org/x/net](https://github.com/golang/net), gopkg.in/yaml.v3 and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Bumps the go_modules group with 1 update in the /plugins/taper/extensions/http directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/crypto` from 0.1.0 to 0.17.0 - [Commits](golang/crypto@v0.1.0...v0.17.0) Updates `golang.org/x/crypto` from 0.1.0 to 0.17.0 - [Commits](golang/crypto@v0.1.0...v0.17.0) Updates `golang.org/x/net` from 0.2.0 to 0.10.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/sys` from 0.2.0 to 0.15.0 - [Commits](golang/sys@v0.2.0...v0.15.0) Updates `golang.org/x/text` from 0.4.0 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.4.0...v0.14.0) Updates `github.com/docker/docker` from 20.10.14+incompatible to 24.0.9+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.14...v24.0.9) Updates `github.com/docker/distribution` from 2.8.1+incompatible to 2.8.2+incompatible - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) Updates `github.com/jackc/pgproto3/v2` from 2.3.1 to 2.3.3 - [Commits](jackc/pgproto3@v2.3.1...v2.3.3) Updates `github.com/jackc/pgx/v4` from 4.17.2 to 4.18.2 - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.17.2...v4.18.2) Updates `google.golang.org/grpc` from 1.43.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.43.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 Updates `golang.org/x/net` from 0.0.0-20211101193420-4a448f8816b3 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/net` from 0.0.0-20211101193420-4a448f8816b3 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/sys` from 0.0.0-20210423082822-04245dca01da to 0.18.0 - [Commits](golang/sys@v0.2.0...v0.15.0) Updates `golang.org/x/text` from 0.3.7 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.4.0...v0.14.0) Updates `golang.org/x/net` from 0.0.0-20211112202133-69e39bad7dc2 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/sys` from 0.0.0-20210615035016-665e8c7367d1 to 0.18.0 - [Commits](golang/sys@v0.2.0...v0.15.0) Updates `golang.org/x/text` from 0.3.7 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.4.0...v0.14.0) Updates `google.golang.org/protobuf` from 1.28.0 to 1.33.0 Updates `github.com/gin-gonic/gin` from 1.7.0 to 1.9.1 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.7.0...v1.9.1) Updates `golang.org/x/net` from 0.0.0-20220225172249-27dd8689420f to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/sys` from 0.0.0-20220808155132-1c4a2a72c664 to 0.18.0 - [Commits](golang/sys@v0.2.0...v0.15.0) Updates `golang.org/x/text` from 0.3.7 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.4.0...v0.14.0) Updates `google.golang.org/grpc` from 1.49.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.43.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0 Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.36.0 to 0.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.36.0...zpages/v0.44.0) Updates `golang.org/x/net` from 0.0.0-20211101193420-4a448f8816b3 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/sys` from 0.0.0-20211025201205-69cdffdb9359 to 0.18.0 - [Commits](golang/sys@v0.2.0...v0.15.0) Updates `golang.org/x/text` from 0.3.7 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.4.0...v0.14.0) Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.0 Updates `google.golang.org/grpc` from 1.42.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.43.0...v1.56.3) Updates `google.golang.org/protobuf` from 1.27.1 to 1.30.0 Updates `golang.org/x/net` from 0.0.0-20211101193420-4a448f8816b3 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `golang.org/x/text` from 0.3.7 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.4.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/docker/docker dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/docker/distribution dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/jackc/pgproto3/v2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/jackc/pgx/v4 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/gin-gonic/gin dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information