forked from stellar/go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
dependabot
wants to merge
1
commit into
master
from
dependabot/go_modules/minor-and-patch-e5e8451a93
Closed
build(deps): bump the minor-and-patch group with 24 updates #19
dependabot
wants to merge
1
commit into
master
from
dependabot/go_modules/minor-and-patch-e5e8451a93
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Aug 4, 2024
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 24 updates:
1.42.0
1.43.0
3.12.0+incompatible
3.13.0+incompatible
1.3.2
1.4.0
0.6.1
0.6.2
1.45.26
1.55.5
1.1.0
1.2.0
1.2.0
1.4.1
1.3.0
1.5.0
1.2.3
1.3.1
1.3.5
1.4.0
1.27.10
1.34.1
1.17.0
1.19.1
0.5.0
0.6.1
1.10.1
1.11.0
1.5.2
1.7.0
1.7.0
1.8.1
1.17.0
1.19.0
2.2.3-0.20190823235211-89d75816f59d+incompatible
2.2.4+incompatible
0.183.0
0.187.0
1.0.0-20170111145843-40724cf1e4a0
1.1.3
2.4.1
2.6.0
27.0.3+incompatible
27.1.1+incompatible
1.17.6
1.17.9
0.0.0-20231006140011-7918f672742d
0.0.0-20240719175910-8a7402abbf56
Updates
cloud.google.com/go/storage
from 1.42.0 to 1.43.0Commits
fdccf3f
chore(main): release spanner 1.43.0 (#7212)e2bb947
chore(main): release 0.109.0 (#7226)7737696
chore: release main (#7243)9018b83
refactor: simplify options, instrumentation for multiplexing (#7257)edf3c24
chore: fix postprocessor pathing and branch issues (#7270)5bd944d
chore(internal/postprocessor): reduce OwlBot scope (#7269)b371558
fix(bigquery): create/update an isolated dataset for collation feature (#7256)ecf14d4
chore: new owl bot post processor docker image (#7258)6f72b3c
chore(internal): fixups for postprocessor (#7239)4f82b6c
chore: update docker digest (#7250)Updates
firebase.google.com/go
from 3.12.0+incompatible to 3.13.0+incompatibleRelease notes
Sourced from firebase.google.com/go's releases.
Commits
54b8114
Merge dev into master0d63b01
Deletes users slowly during the integration tests. (#375)f26af19
[chore] Release 3.13.0 (#374)96a7111
Add bulk get/delete methods (#325)dc5cf02
feat(auth): Exposing CustomToken() on auth.TenantClient (#371)716247d
chore: Pointing CI badge to the dev branch (#369)0b508a5
chore: Added go1.14 to the build matrix (#368)f3813b4
chore: Automating the release publish step (#366)4343fa8
[chore] Release 3.12.1 (#364)Updates
github.com/BurntSushi/toml
from 1.3.2 to 1.4.0Release notes
Sourced from github.com/BurntSushi/toml's releases.
Commits
1e2c053
Undeprecate PrimitiveDecode and MetaData.PrimitiveDecode()f8f7e48
Update toml-test9a80667
Add -json flag to tomlv3203540
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 tablec299e75
Update toml-test4223137
Fix inline tables with dotted keys inside inline arrays (#400)45e7e49
Update toml-testc320c2d
Fix utf8.RuneError testUpdates
github.com/Microsoft/go-winio
from 0.6.1 to 0.6.2Release notes
Sourced from github.com/Microsoft/go-winio's releases.
Commits
3c9576c
Update go1.21 and CI (#315)008bc6e
fileinfo: internally fix FileBasicInfo memory alignment (#312)bc421d9
Bug: Close hvsock handle on listen error; fix tests (#310)553a715
Merge pull request #302 from dblohm7/implevel21963303
pipe.go: add DialPipeAccessImpLevele6aebd6
fix: already typo (#303)eb5b095
sd.go: fix calculation of security descriptor length in SddlToSecurityDescrip...87c84cf
[lint] Remove deprecated tar.TypeRegA (#300)9f0d5dc
Switch from sycall to windows (#295)fec52bd
[lint] Fix errors from #276 (#296)Updates
github.com/aws/aws-sdk-go
from 1.45.26 to 1.55.5Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
... (truncated)
Commits
825250a
Release v1.55.5 (2024-07-30) (#5323)aa1178f
Merge pull request #5319 from aws/misc-maintenancemoded46b35a
Release v1.55.4 (2024-07-29) (#5322)f5c0cf4
Release v1.55.3 (2024-07-25) (#5321)0eb09e6
Merge pull request #5320 from aws/fix-cloudsearch3800e5c
remove integration test broken by cloudsearch servicef444a07
Update README.mdd5e950b
Add maintenance mode declaration37d771a
Release v1.55.2 (2024-07-24) (#5317)070dd38
Merge pull request #5316 from aws/fix-waitermatchboolUpdates
github.com/creachadair/jrpc2
from 1.1.0 to 1.2.0Commits
0747ac9
Release v1.2.0a3d02fa
handler: add an option to disallow array-based parameters (#114)241de22
go.mod: update module dependenciesaa2d9ef
Use queue.Queue instead of mlink.Queue.b524fa0
go.mod: update module dependencies9219e57
go.mod: update module dependenciesf5e4eea
go.mod: update module dependenciesf36d69d
go.mod: update module dependenciesf558a89
go.mod: update module dependenciesdb56e7d
go.mod: update module dependenciesUpdates
github.com/gorilla/schema
from 1.2.0 to 1.4.1Release notes
Sourced from github.com/gorilla/schema's releases.
Commits
cd59f2f
Merge pull request from GHSA-3669-72x9-r9p3180f71e
fix: indirection through nil pointer to embedded struct (#211)a377fd6
fix: fix assertion testbe699f4
fix delete pointer slice test50924ff
fix:test: fix commentc44c90d
fix:test: add assertion7d1c58e
fix: decode error message4548527
fix: test data993e5b1
fix: add test7487651
fix: if default element type of value are setted in slice , raise errorUpdates
github.com/graph-gophers/graphql-go
from 1.3.0 to 1.5.0Release notes
Sourced from github.com/graph-gophers/graphql-go's releases.
Changelog
Sourced from github.com/graph-gophers/graphql-go's changelog.
Commits
3951ad4
Allow deprecated directive on arguments (#541)e892575
Fix __type queries sometimes not returning data (#540)0135d51
add array input example. close #489 (#536)6d71ad7
fix: fix typo (#520)0bb7429
add specifiedBy directive (#532)4878856
Merge pull request #530 from Abirdcfly/patch-1e7ceb83
fix minor unreachable code caused by t.Fatalf3e7d0a7
Return error on an undeclared directive (#527)64f8084
Disallow repeat of non repeatable directives (#525)5a1c172
Improve type assertion method argument validation (require zero) (#516)Updates
github.com/holiman/uint256
from 1.2.3 to 1.3.1Release notes
Sourced from github.com/holiman/uint256's releases.
Commits
ce90883
divmod: fix aliasing error, add tests (#180)9fb9e97
conversion: introduce alloc-freeIntoBig
method (#177)75a5209
conversion: replaceMarshalSSZTo
withMarshalSSZAppend
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...Updates
github.com/jmoiron/sqlx
from 1.3.5 to 1.4.0Release notes
Sourced from github.com/jmoiron/sqlx's releases.
Commits
bc91699
Upgrade dependencies (#909)dcafbc9
Introduce CircleCI (#922)Updates
github.com/onsi/gomega
from 1.27.10 to 1.34.1Release notes
Sourced from github.com/onsi/gomega's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/gomega's changelog.