wayback:dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.5.8

Last commit made on 2024-04-08
Get this branch:
git clone -b dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.5.8 https://git.launchpad.net/wayback

Branch merges

Branch information

Name:
dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.5.8
Repository:
lp:wayback

Recent commits

d28a4b5... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump github.com/jedib0t/go-pretty/v6 from 6.4.0 to 6.5.8

Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.4.0 to 6.5.8.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.4.0...v6.5.8)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

308aed9... by Wayback Archiver <email address hidden>

Signing RPM packages (#507)

* Signing RPM packages

* Add license header

* Make shellcheck happy

* Allow build package only

* Pin image by hash

* Correct dockerfile syntax

* Exit without terminate

11baccb... by xiaoxiangxianzi <email address hidden>

chore: fix typo in comment (#508)

Signed-off-by: xiaoxiangxianzi <email address hidden>

138dd74... by Wayback Archiver <email address hidden>

Load the config file always (#498)

* Always load the config file

* Update changelog.md

d603da5... by Hoang Nguyen <email address hidden>

Add support for yt-dlp as a media downloader option (#411)

30dc536... by Wayback Archiver <email address hidden>

Proxy connection to IRC server (#402)

* Change `github.com/thoj/go-ircevent` to `gopkg.in/irc.v4`
* Fix `daemon` flag not working when value is `irc`
* Add support for playback from IRC
* Add support for place IRC name
* Styling IRC message
* Fallback to non-TLS server

d4e4dcd... by Wayback Archiver <email address hidden>

Replace meilisearch actions with wabarc/.github/meilisearch instead (#491)

* Replace meilisearch actions with wabarc/.github/meilisearch instead

* Move up check out job

* update changelog.md

c279783... by Wayback Archiver <email address hidden>

ci: bump action version for page workflow

99840b4... by Wayback Archiver <email address hidden>

Change harden runner egress policy to audit

* Update changelog.md

ceafbdf... by Wayback Archiver <email address hidden>

Refactoring HTTP client for better consistency and maintainability (#401)

* Refactor http client

* Sets rivet client

* Alway specify client timeout

* Remove client timeout

* Use proxy instead

* Use proxy address from configuration

* Do not change default client

* Fix linter

* Remove rivet client

* Move client to ingress module

* Correct package name

* Allows to access proxy.Dialer

* Return when NewUTLSRoundTripper got error

* Support for more socks specification scheme

* Timeout for defaut client

* Format error

* Minor fix

* Bump depencency

* Upgrade dependencies

* Run tests on Go 1.21 and 1.22

* Fix data race

* Assign http transport

* testing: do not check context

* ci: allow packages read and statuses write permission for linter workflow

* Perform integration testing with parallel=1

* update permission for linter workflow

* Perform testing with `CHROMEDP_NO_SANDBOX` environment

* update permission for linter workflow

* Specify the waiting time for reading the WebSocket URL

* ci: ignore install.sh for super linter workflow

* Place proxy for `wabarc/screenshot`