Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the minor-and-patch group with 24 updates #19

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2024

Bumps the minor-and-patch group with 24 updates:

Package From To
cloud.google.com/go/storage 1.42.0 1.43.0
firebase.google.com/go 3.12.0+incompatible 3.13.0+incompatible
github.com/BurntSushi/toml 1.3.2 1.4.0
github.com/Microsoft/go-winio 0.6.1 0.6.2
github.com/aws/aws-sdk-go 1.45.26 1.55.5
github.com/creachadair/jrpc2 1.1.0 1.2.0
github.com/gorilla/schema 1.2.0 1.4.1
github.com/graph-gophers/graphql-go 1.3.0 1.5.0
github.com/holiman/uint256 1.2.3 1.3.1
github.com/jmoiron/sqlx 1.3.5 1.4.0
github.com/onsi/gomega 1.27.10 1.34.1
github.com/prometheus/client_golang 1.17.0 1.19.1
github.com/prometheus/client_model 0.5.0 0.6.1
github.com/rs/cors 1.10.1 1.11.0
github.com/rubenv/sql-migrate 1.5.2 1.7.0
github.com/spf13/cobra 1.7.0 1.8.1
github.com/spf13/viper 1.17.0 1.19.0
github.com/stellar/throttled 2.2.3-0.20190823235211-89d75816f59d+incompatible 2.2.4+incompatible
google.golang.org/api 0.183.0 0.187.0
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 27.0.3+incompatible 27.1.1+incompatible
github.com/klauspost/compress 1.17.6 1.17.9
golang.org/x/exp 0.0.0-20231006140011-7918f672742d 0.0.0-20240719175910-8a7402abbf56

Updates cloud.google.com/go/storage from 1.42.0 to 1.43.0

Commits

Updates firebase.google.com/go from 3.12.0+incompatible to 3.13.0+incompatible

Release notes

Sourced from firebase.google.com/go's releases.

Firebase Admin Go SDK v3.13.0

New Features

  • feat(auth): Exposing CustomToken() on auth.TenantClient (#371)

Miscellaneous

  • Deletes users slowly during the integration tests. (#375)
  • [chore] Release 3.13.0 (#374)
  • Add bulk get/delete methods (#325)
  • chore: Pointing CI badge to the dev branch (#369)
  • chore: Added go1.14 to the build matrix (#368)
  • chore: Automating the release publish step (#366)

Firebase Admin Go SDK v3.12.1

Bug Fixes

  • Updated the remote endpoint used by the topic management operations.

Other

  • [chore] Release 3.12.1 (#364)
  • Setting up a CI pipeline based on GitHub Actions (#321)
Commits

Updates github.com/BurntSushi/toml from 1.3.2 to 1.4.0

Release notes

Sourced from github.com/BurntSushi/toml's releases.

v1.4.0

This version requires Go 1.18

  • Add toml.Marshal() (#405)

  • Require 2-digit hour (#320)

  • Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#398)

  • Fix inline tables with dotted keys inside inline arrays (e.g. k=[{a.b=1}]) (#400)

Commits
  • 1e2c053 Undeprecate PrimitiveDecode and MetaData.PrimitiveDecode()
  • f8f7e48 Update toml-test
  • 9a80667 Add -json flag to tomlv
  • 3203540 fuzz: move fuzz_targets from oss-fuzz (#406)
  • 77ce858 Add Marshal Function (#405)
  • 0e879cb Fix panic when trying to set subkey for a value that's not a table
  • c299e75 Update toml-test
  • 4223137 Fix inline tables with dotted keys inside inline arrays (#400)
  • 45e7e49 Update toml-test
  • c320c2d Fix utf8.RuneError test
  • Additional commits viewable in compare view

Updates github.com/Microsoft/go-winio from 0.6.1 to 0.6.2

Release notes

Sourced from github.com/Microsoft/go-winio's releases.

v0.6.2

What's Changed

New Contributors

Full Changelog: microsoft/go-winio@v0.6.1...v0.6.2

Commits

Updates github.com/aws/aws-sdk-go from 1.45.26 to 1.55.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation

Release v1.55.3 (2024-07-25)

Service Client Updates

  • service/application-autoscaling: Updates service API
  • service/application-signals: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/codecommit: Updates service API and documentation
    • CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
  • service/datazone: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
  • service/ecr: Updates service API, documentation, paginators, and examples
    • API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
  • service/eks: Updates service API and documentation
  • service/elasticloadbalancingv2: Updates service API, documentation, and examples
  • service/network-firewall: Updates service API and documentation
  • service/outposts: Updates service API and documentation
  • service/states: Updates service API and documentation
    • This release adds support to customer managed KMS key encryption in AWS Step Functions.

... (truncated)

Commits

Updates github.com/creachadair/jrpc2 from 1.1.0 to 1.2.0

Commits
  • 0747ac9 Release v1.2.0
  • a3d02fa handler: add an option to disallow array-based parameters (#114)
  • 241de22 go.mod: update module dependencies
  • aa2d9ef Use queue.Queue instead of mlink.Queue.
  • b524fa0 go.mod: update module dependencies
  • 9219e57 go.mod: update module dependencies
  • f5e4eea go.mod: update module dependencies
  • f36d69d go.mod: update module dependencies
  • f558a89 go.mod: update module dependencies
  • db56e7d go.mod: update module dependencies
  • Additional commits viewable in compare view

Updates github.com/gorilla/schema from 1.2.0 to 1.4.1

Release notes

Sourced from github.com/gorilla/schema's releases.

v1.4.1

Security Release

Fixes an issue where sparse slice deserialization can cause memory exhaustion CVE-2024-37298

Thanks to @​AlexVasiluta for the report and following responsible disclosure.

Full Changelog: gorilla/schema@v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: gorilla/schema@v1.3.0...v1.3.1

v1.3.0

What's Changed

New Contributors

Full Changelog: gorilla/schema@v1.2.1...v1.3.0

Release v1.2.1

What's Changed

New Contributors

Full Changelog: gorilla/schema@v1.2.0...v1.2.1

Commits

Updates github.com/graph-gophers/graphql-go from 1.3.0 to 1.5.0

Release notes

Sourced from github.com/graph-gophers/graphql-go's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: graph-gophers/graphql-go@v1.4.0...v1.5.0

v1.4.0

What's Changed

Full Changelog: graph-gophers/graphql-go@v1.3.0...v1.4.0

Changelog

Sourced from github.com/graph-gophers/graphql-go's changelog.

CHANGELOG

v1.5.0 Release v1.5.0

  • [FEATURE] Add specifiedBy directive in #532
  • [IMPROVEMENT] In this release we improve validation for primitive values, directives, repeat directives, #515, #516, #525, #527
  • [IMPROVEMENT] Fix minor unreachable code caused by t.Fatalf #530
  • [BUG] Fix __type queries sometimes not returning data in #540
  • [BUG] Allow deprecated directive on arguments by @​pavelnikolov in #541
  • [DOCS] Add array input example #536

v1.4.0 Release v1.4.0

  • [FEATURE] Add basic first step for Apollo Federation. This does NOT include full subgraph specification. This PR adds support only for _service schema level field. This library is long way from supporting the full sub-graph spec and we do not plan to implement that any time soon.

v1.3.0 Release v1.3.0

  • [FEATURE] Support custom panic handler #468
  • [FEATURE] Support interfaces implementing interfaces #471
  • [BUG] Support parsing nanoseconds time properly #486
  • [BUG] Fix a bug in maxDepth fragment spread logic #492

v1.2.0 Release v1.2.0

  • [DOCS] Added examples of how to add JSON map as input scalar type. The goal of this change was to improve documentation #467

v1.1.0 Release v1.1.0

  • [FEATURE] Add types package #437
  • [FEATURE] Expose packer.Unmarshaler as decode.Unmarshaler to the public #450
  • [FEATURE] Add location fields to type definitions #454
  • [FEATURE] errors.Errorf preserves original error similar to fmt.Errorf #456
  • [BUGFIX] Fix duplicated __typename in response (fixes #369) #443

v1.0.0 Initial release

Commits

Updates github.com/holiman/uint256 from 1.2.3 to 1.3.1

Release notes

Sourced from github.com/holiman/uint256's releases.

Nathaniel Martin (v1.3.1)

What's Changed

This release fixes one bug in the DivMod method, which under certain types of aliased inputs would produce faulty output. It also adds a method IntoBig for alloc-free conversion into big.Int.

Full Changelog: holiman/uint256@v1.3.0...v1.3.1


Nathaniel Martin is a character from Patrick O'Brian's Aubrey/Maturin - books, set in the 1800s, the age of fighting sail. Nathaniel Martin is a natural philosopher and is a kind of sidekick to Stephen Maturin.

Fitcher Penrose (v1.3.0)

The 1.3.0-release contains a lot of optimizations, contributed by @​AaronChen0. Thanks for all the contributions! Other than that, a breaking change in the ssz-interface implementation and a bugfix.

What's Changed

Full Changelog: holiman/uint256@v1.2.4...v1.2.5


The uint256 release naming-convention is "fictional mathematicians", later expanded into "fictional scientists", due to the dearth of fiction about mathematicians.

Fitcher Penrose appears in Amitav Ghosh's Ibis-trilogy, part II, "River of Smoke". He is a botanist collecting rare plants in Asia.

Stephen Maturin (v1.2.4)

What's Changed

OBS! #144 is a bit of a breaking change, in some situations, since it changes the output-formats when converting to string, in order to better mirror big.Int behaviour. Please read the PR-description to understand the effects of the change.

New Contributors

Full Changelog: holiman/uint256@v1.2.3...v1.2.4

Commits
  • ce90883 divmod: fix aliasing error, add tests (#180)
  • 9fb9e97 conversion: introduce alloc-free IntoBig method (#177)
  • 75a5209 conversion: replace MarshalSSZTo with MarshalSSZAppend and `MarshalSSZInt...
  • b3cb927 uint256: optimize Sqrt (#174)
  • 8dfcfde uint256: optimize mod, DivMod (#173)
  • b85bc2a uint256: optimize MulMod, MulModWithReciprocal (#172)
  • 70cbe2b uint256: optimize div-related functions by removing unnecessary computation (...
  • 11a325c uint256: optimize div-related functions by reducing bounds check (#168)
  • 66a4528 uint256: minor improvement for Mul (#167)
  • 5ecf78c uint256: optimize umul (MulOverflow, MulMod, MulModWithReciprocal, MulDivOver...
  • Additional commits viewable in compare view

Updates github.com/jmoiron/sqlx from 1.3.5 to 1.4.0

Release notes

Sourced from github.com/jmoiron/sqlx's releases.

Update dependencies to their latest stable versions

This release has updated all dependencies to their latest stable version.

And now, for the auto-generated description:


What's Changed

New Contributors

Full Changelog: jmoiron/sqlx@v1.3.5...v1.4.0

Commits

Updates github.com/onsi/gomega from 1.27.10 to 1.34.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

v1.34.0

1.34.0

Features

  • Add RoundTripper method to ghttp.Server [c549e0d]

Fixes

  • fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]

Maintenance

  • bump ginkgo [8af2ece]
  • Fix typo in docs [123a071]
  • Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
  • Bump github-pages from 230 to 231 in /docs (#748) [892c303]

v1.33.1

1.33.1

Fixes

  • fix confusing eventually docs [3a66379]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]

v1.33.0

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]

v1.32.0

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

... (truncated)

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

1.34.0

Features

  • Add RoundTripper method to ghttp.Server [c549e0d]

Fixes

  • fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]

Maintenance

  • bump ginkgo [8af2ece]
  • Fix typo in docs [123a071]
  • Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
  • Bump github-pages from 230 to 231 in /docs (#748) [892c303]

1.33.1

Fixes

  • fix confusing eventually docs [3a66379]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/p...

    Description has been truncated

Bumps the minor-and-patch group with 24 updates:

| 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.0` |
| [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.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.19.1` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.1` |
| [github.com/rs/cors](https://github.com/rs/cors) | `1.10.1` | `1.11.0` |
| [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` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.183.0` | `0.187.0` |
| 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.1.1+incompatible` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.6` | `1.17.9` |
| [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20231006140011-7918f672742d` | `0.0.0-20240719175910-8a7402abbf56` |


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@spanner/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.0
- [Commits](creachadair/jrpc2@v1.1.0...v1.2.0)

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.1
- [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.1)

Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.19.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.17.0...v1.19.1)

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.0
- [Commits](rs/cors@v1.10.1...v1.11.0)

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.1.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.0.3...v27.1.1)

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/exp` from 0.0.0-20231006140011-7918f672742d to 0.0.0-20240719175910-8a7402abbf56
- [Commits](https://github.com/golang/exp/commits)

---
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/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 11, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/minor-and-patch-e5e8451a93 branch August 11, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants