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

chore(deps): bump the deps group across 3 directories with 10 updates #796

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2024

Bumps the deps group with 6 updates in the / directory:

Package From To
github.com/gotd/td 0.110.1 0.111.2
github.com/jedib0t/go-pretty/v6 6.5.0 6.6.1
github.com/onsi/ginkgo/v2 2.20.1 2.21.0
go.etcd.io/bbolt 1.3.10 1.3.11
golang.org/x/net 0.30.0 0.31.0
golang.org/x/time 0.7.0 0.8.0

Bumps the deps group with 4 updates in the /core directory: github.com/beevik/ntp, github.com/gotd/td, golang.org/x/net and golang.org/x/sync.
Bumps the deps group with 4 updates in the /extension directory: github.com/beevik/ntp, github.com/gotd/td, golang.org/x/net and golang.org/x/sync.

Updates github.com/gotd/td from 0.110.1 to 0.111.2

Release notes

Sourced from github.com/gotd/td's releases.

v0.111.2

Revert backoff reset due to CPU usage spike.

Full Changelog: gotd/td@v0.111.1...v0.111.2

v0.111.1

What's Changed

Full Changelog: gotd/td@v0.111.0...v0.111.1

v0.111.0

What's Changed

Full Changelog: gotd/td@v0.110.1...v0.111.0

Commits
  • 244876a Revert "fix(telegram): reset backoff on connection ready"
  • 242bf87 Revert "fix(telegram): reset backoff until reconnectUntilClosed"
  • 074796d Merge pull request #1448 from gotd/dependabot/go_modules/_tools/golang-ae0224...
  • 59dc7ab chore(deps): bump golang.org/x/tools
  • 81357e9 Merge pull request #1449 from gotd/feat/update-tdlib-schema
  • a2c34af Merge pull request #1450 from gotd/fix/reset-backoff-on-connection-ready
  • 951db34 fix(telegram): reset backoff until reconnectUntilClosed
  • eaeb789 chore(deps): update
  • 23e26dc fix(telegram): reset backoff on connection ready
  • 2ef90dd feat(schema): update TDLib to the latest layer
  • Additional commits viewable in compare view

Updates github.com/jedib0t/go-pretty/v6 from 6.5.0 to 6.6.1

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.6.1

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.0...v6.6.1

v6.6.0

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.9...v6.6.0

v6.5.9

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.8...v6.5.9

v6.5.8

What's Changed

Full Changelog: jedib0t/go-pretty@v6.5.7...v6.5.8

v6.5.7

What's Changed

Full Changelog: jedib0t/go-pretty@v6.5.6...v6.5.7

v6.5.6

What's Changed

... (truncated)

Commits
  • 840c578 table: change EmptySeparator to be a blank space; fixes #337 (#338)
  • 730bce7 progress: option to remove trackers on completion; fixes #321 (#336)
  • c27402a table: auto expand columns with Style().Size.WidthMin (#335)
  • 183dee4 text: handle hyperlink embedded text correctly; fixes #329 (#334)
  • c4081bb text: fix parsing escape sequences while wrapping; fixes #330 (#333)
  • c078fb8 progress: fix possible race in Stop(); fixes #322 (#332)
  • 2a8f60e table: Pager to page through the output (#331)
  • 6ea4b17 table: ignore non-printable characters when suppressing empty columns (#327)
  • b0affc2 table: update note about auto-merge (#320)
  • 5395a20 table: html row automerge support (#319)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.20.1 to 2.21.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.21.0

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]

v2.20.2

2.20.2

Require Go 1.22+

Maintenance

  • bump go to v1.22 [a671816]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]

2.20.2

Require Go 1.22+

Maintenance

  • bump go to v1.22 [a671816]
Commits
  • ac8918e v2.21.0
  • a69eb39 add support for GINKGO_TIME_FORMAT
  • e548367 increase threshold in timeline matcher
  • bcab9c8 add GINKGO_NO_COLOR to disable colors via environment variables
  • 7e65a00 bump various dependencies
  • c2c4d3c Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
  • 104752f v2.20.2
  • a671816 bump go to v1.22
  • See full diff in compare view

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

Release notes

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

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

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

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits

Updates go.etcd.io/bbolt from 1.3.10 to 1.3.11

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.3.11

See the CHANGELOG/v1.3.11 for more details.

Commits
  • d128a10 Merge pull request #823 from ahrtr/rollback_alloc_20240819_1.3
  • 94db72d Rollback alloc map: remove all page ids which are allocated by the txid
  • 8c9b349 Merge pull request #822 from henrybear327/1.3_go/1.22.0
  • 6a0b720 Fix linter reported issues
  • 2104bc9 Update golangci-lint to v1.60.1
  • 9374ef9 Bump go toolchain to 1.22.6
  • 01f29e9 Merge pull request #817 from fuweid/13-backport-49eb212fa8ab67709ea460df01982...
  • 9907846 tests/robustness: switch to kill if no panic after 10sec
  • 1b38fb3 Merge pull request #816 from fuweid/13-failpoint-backport
  • 70ab151 Add basic XFS powerfailure tests
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.30.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view

Updates golang.org/x/time from 0.7.0 to 0.8.0

Commits

Updates golang.org/x/sync from 0.8.0 to 0.9.0

Commits

Updates github.com/beevik/ntp from 1.3.1 to 1.4.3

Release notes

Sourced from github.com/beevik/ntp's releases.

Release v1.4.3

Fixes

  • Fixed an overflow bug in the clock offset calculation introduced by release v1.4.2.

Release v1.4.2

Fixes

  • Fixed a bug in clock offset calculation.

Release v1.4.1

Updates

  • Upgraded package dependencies to retrieve security fixes.

Release v1.4.0

Changes

  • Added a protocol Version field to the Response struct.
Changelog

Sourced from github.com/beevik/ntp's changelog.

Release v1.4.3

Fixes

  • Fixed an overflow bug in the clock offset calculation introduced by release v1.4.2.

Release v1.4.2

Fixes

  • Fixed a bug in clock offset calculation.

Release v1.4.1

Updates

  • Upgraded package dependencies to retrieve security fixes.

Release v1.4.0

Changes

  • Added a protocol Version field to the Response struct.
Commits

Updates github.com/gotd/td from 0.102.0 to 0.111.2

Release notes

Sourced from github.com/gotd/td's releases.

v0.111.2

Revert backoff reset due to CPU usage spike.

Full Changelog: gotd/td@v0.111.1...v0.111.2

v0.111.1

What's Changed

Full Changelog: gotd/td@v0.111.0...v0.111.1

v0.111.0

What's Changed

Full Changelog: gotd/td@v0.110.1...v0.111.0

Commits
  • 244876a Revert "fix(telegram): reset backoff on connection ready"
  • 242bf87 Revert "fix(telegram): reset backoff until reconnectUntilClosed"
  • 074796d Merge pull request #1448 from gotd/dependabot/go_modules/_tools/golang-ae0224...
  • 59dc7ab chore(deps): bump golang.org/x/tools
  • 81357e9 Merge pull request #1449 from gotd/feat/update-tdlib-schema
  • a2c34af Merge pull request #1450 from gotd/fix/reset-backoff-on-connection-ready
  • 951db34 fix(telegram): reset backoff until reconnectUntilClosed
  • eaeb789 chore(deps): update
  • 23e26dc fix(telegram): reset backoff on connection ready
  • 2ef90dd feat(schema): update TDLib to the latest layer
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.17.8 to 1.17.10

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.10

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.9...v1.17.10

v1.17.9

What's Changed

Full Changelog: klauspost/compress@v1.17.8...v1.17.9

Commits

Updates golang.org/x/net from 0.30.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view

Updates golang.org/x/sync from 0.8.0 to 0.9.0

Commits

Updates github.com/beevik/ntp from 1.3.1 to 1.4.3

Release notes

Sourced from github.com/beevik/ntp's releases.

Release v1.4.3

Fixes

  • Fixed an overflow bug in the clock offset calculation introduced by release v1.4.2.

Release v1.4.2

Fixes

  • Fixed a bug in clock offset calculation.

Release v1.4.1

Updates

  • Upgraded package dependencies to retrieve security fixes.

Release v1.4.0

Changes

  • Added a protocol Version field to the Response struct.
Changelog

Sourced from github.com/beevik/ntp's changelog.

Release v1.4.3

Fixes

  • Fixed an overflow bug in the clock offset calculation introduced by release v1.4.2.

Release v1.4.2

Fixes

  • Fixed a bug in clock offset calculation.

Release v1.4.1

Updates

  • Upgraded package dependencies to retrieve security fixes.

Release v1.4.0

Changes

  • Added a protocol Version field to the Response struct.
Commits

Updates github.com/gotd/td from 0.102.0 to 0.111.2

Release notes

Sourced from github.com/gotd/td's releases.

v0.111.2

Revert backoff reset due to CPU usage spike.

Full Changelog: gotd/td@v0.111.1...v0.111.2

v0.111.1

What's Changed

Full Changelog: gotd/td@v0.111.0...v0.111.1

v0.111.0

What's Changed

Full Changelog: gotd/td@v0.110.1...v0.111.0

Commits
  • 244876a Revert "fix(telegram): reset backoff on connection ready"
  • 242bf87 Revert "fix(telegram): reset backoff until reconnectUntilClosed"
  • 074796d Merge pull request #1448 from gotd/dependabot/go_modules/_tools/golang-ae0224...
  • 59dc7ab chore(deps): bump golang.org/x/tools
  • 81357e9 Merge pull request #1449 from gotd/feat/update-tdlib-schema
  • a2c34af Merge pull request #1450 from gotd/fix/reset-backoff-on-connection-ready
  • 951db34 fix(telegram): reset backoff until reconnectUntilClosed
  • eaeb789 chore(deps): update
  • 23e26dc fix(telegram): reset backoff on connection ready
  • 2ef90dd feat(schema): update TDLib to the latest layer
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.17.8 to 1.17.10

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.10

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.9...v1.17.10

v1.17.9

What's Changed

Full Changelog: klauspost/compress@v1.17.8...v1.17.9

Commits

Updates golang.org/x/net from 0.30.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view

Updates golang.org/x/sync from 0.8.0 to 0.9.0

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

iyear and others added 2 commits November 9, 2024 15:54
Bumps the deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/gotd/td](https://github.com/gotd/td) | `0.110.1` | `0.111.2` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.5.0` | `6.6.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.20.1` | `2.21.0` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.10` | `1.3.11` |
| [golang.org/x/net](https://github.com/golang/net) | `0.30.0` | `0.31.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` |

Bumps the deps group with 4 updates in the /core directory: [github.com/beevik/ntp](https://github.com/beevik/ntp), [github.com/gotd/td](https://github.com/gotd/td), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sync](https://github.com/golang/sync).
Bumps the deps group with 4 updates in the /extension directory: [github.com/beevik/ntp](https://github.com/beevik/ntp), [github.com/gotd/td](https://github.com/gotd/td), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/gotd/td` from 0.110.1 to 0.111.2
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](gotd/td@v0.110.1...v0.111.2)

Updates `github.com/jedib0t/go-pretty/v6` from 6.5.0 to 6.6.1
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.5.0...v6.6.1)

Updates `github.com/onsi/ginkgo/v2` from 2.20.1 to 2.21.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.1...v2.21.0)

Updates `github.com/onsi/gomega` from 1.34.1 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.34.1...v1.34.2)

Updates `go.etcd.io/bbolt` from 1.3.10 to 1.3.11
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.10...v1.3.11)

Updates `golang.org/x/net` from 0.30.0 to 0.31.0
- [Commits](golang/net@v0.30.0...v0.31.0)

Updates `golang.org/x/time` from 0.7.0 to 0.8.0
- [Commits](golang/time@v0.7.0...v0.8.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

Updates `github.com/beevik/ntp` from 1.3.1 to 1.4.3
- [Release notes](https://github.com/beevik/ntp/releases)
- [Changelog](https://github.com/beevik/ntp/blob/main/RELEASE_NOTES.md)
- [Commits](beevik/ntp@v1.3.1...v1.4.3)

Updates `github.com/gotd/td` from 0.102.0 to 0.111.2
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](gotd/td@v0.110.1...v0.111.2)

Updates `github.com/klauspost/compress` from 1.17.8 to 1.17.10
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.8...v1.17.10)

Updates `golang.org/x/net` from 0.30.0 to 0.31.0
- [Commits](golang/net@v0.30.0...v0.31.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

Updates `github.com/beevik/ntp` from 1.3.1 to 1.4.3
- [Release notes](https://github.com/beevik/ntp/releases)
- [Changelog](https://github.com/beevik/ntp/blob/main/RELEASE_NOTES.md)
- [Commits](beevik/ntp@v1.3.1...v1.4.3)

Updates `github.com/gotd/td` from 0.102.0 to 0.111.2
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](gotd/td@v0.110.1...v0.111.2)

Updates `github.com/klauspost/compress` from 1.17.8 to 1.17.10
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.8...v1.17.10)

Updates `golang.org/x/net` from 0.30.0 to 0.31.0
- [Commits](golang/net@v0.30.0...v0.31.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/sync
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/beevik/ntp
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/klauspost/compress
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/beevik/ntp
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/klauspost/compress
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/sync
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from iyear as a code owner November 9, 2024 07:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Nov 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/deps-6d2225e086 branch November 9, 2024 08:10
@iyear
Copy link
Owner

iyear commented Nov 9, 2024

@dependabot ignore github.com/jedib0t/go-pretty/v6

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2024

OK, I won't notify you about github.com/jedib0t/go-pretty/v6 again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

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.

1 participant