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

Bump the go-modules-updates group across 1 directory with 10 updates #27

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the go-modules-updates group with 8 updates in the / directory:

Package From To
github.com/fatih/color 1.14.1 1.17.0
github.com/fsouza/go-dockerclient 1.9.5 1.12.0
github.com/go-chi/chi 4.0.2+incompatible 4.1.2+incompatible
github.com/go-chi/render 1.0.2 1.0.3
github.com/go-pkgz/lgr 0.11.0 0.11.1
github.com/go-pkgz/mongo/v2 2.1.0 2.2.1
github.com/go-pkgz/rest 1.17.0 1.19.0
github.com/jessevdk/go-flags 1.5.0 1.6.1

Updates github.com/fatih/color from 1.14.1 to 1.17.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

v1.16.0

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

v1.15.0

What's Changed

New Contributors

... (truncated)

Commits
  • b6598b1 Merge pull request #228 from klauspost/fix-println-issue-218
  • 00b1811 Fix multi-parameter println spacing
  • 04994a8 Merge pull request #224 from fatih/dependabot/go_modules/golang.org/x/sys-0.18.0
  • 7526cad Merge branch 'main' into dependabot/go_modules/golang.org/x/sys-0.18.0
  • 8d058ca Merge pull request #222 from fatih/ci-updates
  • 2ac809f Bump golang.org/x/sys from 0.17.0 to 0.18.0
  • 51a7bbf ci: update Go and Staticcheck versions
  • 799c49c Merge pull request #217 from fatih/dependabot/github_actions/actions/setup-go-5
  • f8e0ec9 Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
  • 298abd8 Merge pull request #221 from fatih/dependabot/go_modules/golang.org/x/sys-0.17.0
  • Additional commits viewable in compare view

Updates github.com/fsouza/go-dockerclient from 1.9.5 to 1.12.0

Release notes

Sourced from github.com/fsouza/go-dockerclient's releases.

Version compatible with Docker 1.9 and Go 1.4

This has a special tag name to make it clear that it was the latest version compatible with Docker 1.9 and Go 1.4.

Commits
  • e9d929d github/workflows: bump to Go 1.22 and 1.23
  • bb9ee83 Go 1.21 is no longer supported, bump go.mod
  • 26309e8 add the Options field to TempfsOptions (#1077)
  • 9c3440a build(deps): bump github.com/docker/docker (#1081)
  • 5655d8d build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 (#1080)
  • b8efaeb build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#1078)
  • d31e978 build(deps): bump github.com/docker/docker (#1075)
  • 87c2a33 build(deps): bump github.com/docker/docker (#1071)
  • 7793788 build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#1072)
  • 8fc2634 images: fix S1009
  • Additional commits viewable in compare view

Updates github.com/go-chi/chi from 4.0.2+incompatible to 4.1.2+incompatible

Release notes

Sourced from github.com/go-chi/chi's releases.

v4.1.2

v4.1.1

v4.1.0

  • middleware.LogEntry: Write method on interface now passes the response header and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see go-chi/chi@v4.0.4...v4.1.0

v4.0.4

v4.0.3

  • core: fix regexp routing to include default value when param is not matched
  • middleware: rewrite of middleware.Compress
  • middleware: suppress http.ErrAbortHandler in middleware.Recoverer
  • History of changes: see go-chi/chi@v4.0.2...v4.0.3

v1.5.0 - now with go.mod support

  • go.mod release and testing with Go's toolchain to ensure backwards-compatibility. See https://github.com/go-chi/chi/blob/master/CHANGELOG.md#v150-2020-11-12---now-with-gomod-support for full details. Thank you.
  • For existing projects who want to upgrade to the latest go.mod version, run: go get -u github.com/go-chi/[email protected], which will get you on the go.mod version line (as Go's mod cache may still remember v4.x).
  • Brand new systems can run go get -u github.com/go-chi/chi or go get -u github.com/go-chi/chi@latest to install chi, which will install v1.x+ built with go.mod support.
Changelog

Sourced from github.com/go-chi/chi's changelog.

Changelog

v5.0.12 (2024-02-16)

v5.0.11 (2023-12-19)

v5.0.10 (2023-07-13)

v5.0.9 (2023-07-13)

v5.0.8 (2022-12-07)

v5.0.7 (2021-11-18)

v5.0.6 (2021-11-15)

v5.0.5 (2021-10-27)

v5.0.4 (2021-08-29)

v5.0.3 (2021-04-29)

... (truncated)

Commits
  • 86f9a6e Release v4.1.2
  • fdba45d cosmetic, move public methods to top of source file
  • 234035e README, add note on go-chi/httprate middleware
  • e7728c6 Replace wildcards correctly in RoutePattern (#515)
  • 5704d7e fix: handle methodnotallowed with path variables (#512)
  • ccb4c33 README
  • 2333c5c Trying Github sponsor thing
  • 1fafc30 Release v4.1.1
  • 99ad97f Route recursive-search regexp patterns (#506)
  • 23b8ec2 middleware.RouteHeaders: new middleware to allow header based routing flows (...
  • Additional commits viewable in compare view

Updates github.com/go-chi/render from 1.0.2 to 1.0.3

Commits

Updates github.com/go-pkgz/lgr from 0.11.0 to 0.11.1

Commits

Updates github.com/go-pkgz/mongo/v2 from 2.1.0 to 2.2.1

Release notes

Sourced from github.com/go-pkgz/mongo/v2's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: go-pkgz/mongo@v2.2.0...v2.2.1

Version 2.2.0

  • Add SecretsMongoUrls func to retrieve password from mongo's url
  • Update dependencies

Full Changelog: go-pkgz/mongo@v2.1.0...v2.2.0

Commits
  • e5ca909 Update testing.go
  • b144124 update modules, github actions, golangci-lint configuration
  • d2ed653 add test case with missing password
  • 3ea8fc1 update deps
  • 2b34504 add secrets retrival from mongo urls
  • cdd91c3 ci: update setup-go version
  • See full diff in compare view

Updates github.com/go-pkgz/rest from 1.17.0 to 1.19.0

Release notes

Sourced from github.com/go-pkgz/rest's releases.

Version 1.18.1

  • support ipv6 for realip and onlyfrom middleware
  • explicit error handling for realip

Full Changelog: go-pkgz/rest@v1.18.0...v1.18.1

Version 1.18.0

  • switch to go 1.21
  • omprove accuracy of real-ip detection for onlyfrom middleware
  • allow real-ip to be local, if no public IP is present

Full Changelog: go-pkgz/rest@v1.17.0...v1.18.0

Commits
  • be89668 lint: a lot of small "unused param" fixes, mostly in tests
  • 7f7ba91 add a pair of encode/decode json functions
  • e99c97b minor improvements for readability and more tests
  • d6594ef improve docs
  • 30ff432 handle error in realip parsing explicitly
  • fdc1e79 add support of ipv6 to realip
  • 3c91bb4 restore bench test
  • 01bc09f change go version for ci
  • 31ad746 update to go 1.21, address minor lint warns
  • 53446d3 improve accuracy of real-ip detection for onlyfrom, allow private ip to be re...
  • Additional commits viewable in compare view

Updates github.com/jessevdk/go-flags from 1.5.0 to 1.6.1

Release notes

Sourced from github.com/jessevdk/go-flags's releases.

v1.6.1

Full Changelog: jessevdk/go-flags@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: jessevdk/go-flags@v1.5.0...v1.6.0

Commits

Updates github.com/stretchr/testify from 1.8.2 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

Updates go.mongodb.org/mongo-driver from 1.11.2 to 1.16.0

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.16.0

The MongoDB Go Driver Team is pleased to release version 1.16.0 of the official Go driver.

Release Notes

This release adds the ability to specify an index type when creating an Atlas Search Index, reduces memory usage when using "zstd" compression, and upgrades dependencies.

Specify type when creating a search index

Allow specifying index type via SearchIndexModel.Options.SetType when creating a search index.

Reduce zstd memory usage

When "zstd" compression is enabled, static memory usage and per-operation memory usage are reduced.

Upgrade dependencies

  • Bump golang.org/x/crypto from 0.17.0 to 0.22.0
  • Bump github.com/google/go-cmp from 0.5.2 to 0.6.0
  • Bump github.com/montanaflynn/stats from 0.0.0-20171201202039-1bf9dbcd8cbe to 0.7.1
  • Bump golang.org/x/sync from 0.1.0 to 0.7.0
  • Bump github.com/golang/snappy from 0.0.1 to 0.0.4

For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.15.1...v1.16.0

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

MongoDB Go Driver 1.15.1

The MongoDB Go Driver Team is pleased to release version 1.15.1 of the official Go driver.

Release Notes

This release fixes various bugs and addresses a few usability issues:

  • (GODRIVER-3107) Fixes a possible connection leak in the background round-trip-time monitor.
  • (GODRIVER-3217) Allows manually specifying a maxTimeMS value for Find and Aggregate operations when a client-wide timeout (e.g. via timeoutMS or SetTimeout) is set and an operation timeout (i.e. a Context with deadline) is set. Previously, maxTimeMS was always omitted, even if it was set using the SetMaxTime option.
  • (GODRIVER-2992) Add a RemainingBatchLength method to the ChangeStream, similar to the identically named method on the Cursor type.

For a full list of tickets included in this release, please see the links below:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules-updates group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.14.1` | `1.17.0` |
| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.9.5` | `1.12.0` |
| [github.com/go-chi/chi](https://github.com/go-chi/chi) | `4.0.2+incompatible` | `4.1.2+incompatible` |
| [github.com/go-chi/render](https://github.com/go-chi/render) | `1.0.2` | `1.0.3` |
| [github.com/go-pkgz/lgr](https://github.com/go-pkgz/lgr) | `0.11.0` | `0.11.1` |
| [github.com/go-pkgz/mongo/v2](https://github.com/go-pkgz/mongo) | `2.1.0` | `2.2.1` |
| [github.com/go-pkgz/rest](https://github.com/go-pkgz/rest) | `1.17.0` | `1.19.0` |
| [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) | `1.5.0` | `1.6.1` |



Updates `github.com/fatih/color` from 1.14.1 to 1.17.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.14.1...v1.17.0)

Updates `github.com/fsouza/go-dockerclient` from 1.9.5 to 1.12.0
- [Release notes](https://github.com/fsouza/go-dockerclient/releases)
- [Changelog](https://github.com/fsouza/go-dockerclient/blob/main/container_changes_test.go)
- [Commits](fsouza/go-dockerclient@v1.9.5...v1.12.0)

Updates `github.com/go-chi/chi` from 4.0.2+incompatible to 4.1.2+incompatible
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v4.0.2...v4.1.2)

Updates `github.com/go-chi/render` from 1.0.2 to 1.0.3
- [Commits](go-chi/render@v1.0.2...v1.0.3)

Updates `github.com/go-pkgz/lgr` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/go-pkgz/lgr/releases)
- [Commits](go-pkgz/lgr@v0.11.0...v0.11.1)

Updates `github.com/go-pkgz/mongo/v2` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/go-pkgz/mongo/releases)
- [Commits](go-pkgz/mongo@v2.1.0...v2.2.1)

Updates `github.com/go-pkgz/rest` from 1.17.0 to 1.19.0
- [Release notes](https://github.com/go-pkgz/rest/releases)
- [Commits](go-pkgz/rest@v1.17.0...v1.19.0)

Updates `github.com/jessevdk/go-flags` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](jessevdk/go-flags@v1.5.0...v1.6.1)

Updates `github.com/stretchr/testify` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.2...v1.9.0)

Updates `go.mongodb.org/mongo-driver` from 1.11.2 to 1.16.0
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.11.2...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/fsouza/go-dockerclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/go-chi/chi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/go-chi/render
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-updates
- dependency-name: github.com/go-pkgz/lgr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-updates
- dependency-name: github.com/go-pkgz/mongo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/go-pkgz/rest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/jessevdk/go-flags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

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

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-updates-d07a459001 branch November 1, 2024 06:15
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