Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the minor-and-patch group across 1 directory with 2…
…5 updates Bumps the minor-and-patch group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.42.0` | `1.43.0` | | [firebase.google.com/go](https://github.com/firebase/firebase-admin-go) | `3.12.0+incompatible` | `3.13.0+incompatible` | | [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.3.2` | `1.4.0` | | [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.45.26` | `1.55.5` | | [github.com/creachadair/jrpc2](https://github.com/creachadair/jrpc2) | `1.1.0` | `1.2.1` | | [github.com/gorilla/schema](https://github.com/gorilla/schema) | `1.2.0` | `1.4.1` | | [github.com/graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go) | `1.3.0` | `1.5.0` | | [github.com/holiman/uint256](https://github.com/holiman/uint256) | `1.2.3` | `1.3.1` | | [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) | `1.3.5` | `1.4.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.10` | `1.34.2` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.20.3` | | [github.com/rs/cors](https://github.com/rs/cors) | `1.10.1` | `1.11.1` | | [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) | `1.5.2` | `1.7.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.8.1` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.17.0` | `1.19.0` | | [github.com/stellar/throttled](https://github.com/stellar/throttled) | `2.2.3-0.20190823235211-89d75816f59d+incompatible` | `2.2.4+incompatible` | | gopkg.in/gavv/httpexpect.v1 | `1.0.0-20170111145843-40724cf1e4a0` | `1.1.3` | | gopkg.in/square/go-jose.v2 | `2.4.1` | `2.6.0` | | [github.com/docker/docker](https://github.com/docker/docker) | `27.0.3+incompatible` | `27.2.0+incompatible` | | [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.49.2` | `1.49.3` | Updates `cloud.google.com/go/storage` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.42.0...spanner/v1.43.0) Updates `firebase.google.com/go` from 3.12.0+incompatible to 3.13.0+incompatible - [Release notes](https://github.com/firebase/firebase-admin-go/releases) - [Commits](firebase/firebase-admin-go@v3.12.0...v3.13.0) Updates `github.com/BurntSushi/toml` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.3.2...v1.4.0) Updates `github.com/Microsoft/go-winio` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/Microsoft/go-winio/releases) - [Commits](microsoft/go-winio@v0.6.1...v0.6.2) Updates `github.com/aws/aws-sdk-go` from 1.45.26 to 1.55.5 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.45.26...v1.55.5) Updates `github.com/creachadair/jrpc2` from 1.1.0 to 1.2.1 - [Commits](creachadair/jrpc2@v1.1.0...v1.2.1) Updates `github.com/gorilla/schema` from 1.2.0 to 1.4.1 - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](gorilla/schema@v1.2.0...v1.4.1) Updates `github.com/graph-gophers/graphql-go` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/graph-gophers/graphql-go/releases) - [Changelog](https://github.com/graph-gophers/graphql-go/blob/master/CHANGELOG.md) - [Commits](graph-gophers/graphql-go@v1.3.0...v1.5.0) Updates `github.com/holiman/uint256` from 1.2.3 to 1.3.1 - [Release notes](https://github.com/holiman/uint256/releases) - [Commits](holiman/uint256@v1.2.3...v1.3.1) Updates `github.com/jmoiron/sqlx` from 1.3.5 to 1.4.0 - [Release notes](https://github.com/jmoiron/sqlx/releases) - [Commits](jmoiron/sqlx@v1.3.5...v1.4.0) Updates `github.com/onsi/gomega` from 1.27.10 to 1.34.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.27.10...v1.34.2) Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.20.3 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.17.0...v1.20.3) Updates `github.com/prometheus/client_model` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](prometheus/client_model@v0.5.0...v0.6.1) Updates `github.com/rs/cors` from 1.10.1 to 1.11.1 - [Commits](rs/cors@v1.10.1...v1.11.1) Updates `github.com/rubenv/sql-migrate` from 1.5.2 to 1.7.0 - [Commits](rubenv/sql-migrate@v1.5.2...v1.7.0) Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.7.0...v1.8.1) Updates `github.com/spf13/viper` from 1.17.0 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.17.0...v1.19.0) Updates `github.com/stellar/throttled` from 2.2.3-0.20190823235211-89d75816f59d+incompatible to 2.2.4+incompatible - [Changelog](https://github.com/stellar/throttled/blob/stellar/CHANGELOG.md) - [Commits](https://github.com/stellar/throttled/commits/v2.2.4) Updates `google.golang.org/api` from 0.183.0 to 0.187.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.183.0...v0.187.0) Updates `gopkg.in/gavv/httpexpect.v1` from 1.0.0-20170111145843-40724cf1e4a0 to 1.1.3 Updates `gopkg.in/square/go-jose.v2` from 2.4.1 to 2.6.0 Updates `github.com/docker/docker` from 27.0.3+incompatible to 27.2.0+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.0.3...v27.2.0) Updates `github.com/fsouza/fake-gcs-server` from 1.49.2 to 1.49.3 - [Release notes](https://github.com/fsouza/fake-gcs-server/releases) - [Commits](fsouza/fake-gcs-server@v1.49.2...v1.49.3) Updates `github.com/klauspost/compress` from 1.17.6 to 1.17.9 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.6...v1.17.9) Updates `golang.org/x/time` from 0.5.0 to 0.6.0 - [Commits](golang/time@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: firebase.google.com/go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/BurntSushi/toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/Microsoft/go-winio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/creachadair/jrpc2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/gorilla/schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/graph-gophers/graphql-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/holiman/uint256 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/jmoiron/sqlx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/prometheus/client_model dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/rs/cors dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/rubenv/sql-migrate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/stellar/throttled dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: gopkg.in/gavv/httpexpect.v1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: gopkg.in/square/go-jose.v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/fsouza/fake-gcs-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/klauspost/compress dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information