Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 #60

Open
wants to merge 87 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2024

Bumps golang.org/x/text from 0.3.7 to 0.3.8.

Commits
  • 434eadc language: reject excessively large Accept-Language strings
  • 23407e7 go.mod: ignore cyclic dependency for tagging
  • b18d3dd secure/precis: replace bytes.Compare with bytes.Equal
  • 795e854 all: replace io/ioutil with io and os package
  • b0ca10f internal/language: bump script types to uint16 and update registry
  • ba9b0e1 go.mod: update x/tools to HEAD
  • d03b418 A+C: delete AUTHORS and CONTRIBUTORS
  • b4bca84 language/display: fix Tag method comment
  • ea49e3e go.mod: update x/tools to HEAD
  • 78819d0 go.mod: update to golang.org/x/text v0.1.10
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

yageek and others added 30 commits October 2, 2017 10:36
See https://blog.golang.org/pipelines for the concurrency usage.
I changed also the `id` parameter to allow multiple entry.

Example: `youtube-dl -ids
https://www.youtube.com/watch\?v\=lWEbEtr_Vng,https://www.youtube.com/watch\?v\=HpNluHOAJFA\&list\=RDHpNluHOAJFA`

Should fix #17.
Basic pipelines architecture + changed API
edited Test section in ARCHITECTURE.md
* Add github ci configs

* Add github action

* Update Dockerfile

* Add go modules for dep mgt

* Update gitigore

* Add issues template

* Update README

* Update licence

* Update main package

* Add main test

* Update main_tests

* Add video converter module

* Add video extraction sub module

* Add concurrent video stream extractor

* Update main program entry

* Update video extractor table test

* Remove dead code

* Update test files

* Remove vendor deps

* Update go mod deps

* Update makefile

* Add bug fixes to video downloader

* Add fixes to main test

* Add formatting directives to fmt sprintf

* Update go modules

* Update go lame api references

* Add vendor director

* Add bugfix to video converter
Bug exists in decoding raw video stream
- Add goutube package
- remove go-lame
- update unit tests
- Add goutube package
- remove go-lame
- update unit tests
ch3ck and others added 27 commits March 27, 2022 10:50
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…dai/youtube/v2-2.7.10

build(deps): bump github.com/kkdai/youtube/v2 from 2.7.6 to 2.7.10
Bumps [github.com/kkdai/youtube/v2](https://github.com/kkdai/youtube) from 2.7.10 to 2.7.11.
- [Release notes](https://github.com/kkdai/youtube/releases)
- [Changelog](https://github.com/kkdai/youtube/blob/master/.goreleaser.yml)
- [Commits](kkdai/youtube@v2.7.10...v2.7.11)

---
updated-dependencies:
- dependency-name: github.com/kkdai/youtube/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/kkdai/youtube/v2](https://github.com/kkdai/youtube) from 2.7.11 to 2.7.13.
- [Release notes](https://github.com/kkdai/youtube/releases)
- [Changelog](https://github.com/kkdai/youtube/blob/master/.goreleaser.yml)
- [Commits](kkdai/youtube@v2.7.11...v2.7.13)

---
updated-dependencies:
- dependency-name: github.com/kkdai/youtube/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.0 to 2.6.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.4.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…fave/cli/v2-2.6.0

build(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.6.0
…dai/youtube/v2-2.7.13

build(deps): bump github.com/kkdai/youtube/v2 from 2.7.11 to 2.7.13
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.6.0 to 2.8.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.6.0...v2.8.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/kkdai/youtube/v2](https://github.com/kkdai/youtube) from 2.7.13 to 2.7.15.
- [Release notes](https://github.com/kkdai/youtube/releases)
- [Changelog](https://github.com/kkdai/youtube/blob/master/.goreleaser.yml)
- [Commits](kkdai/youtube@v2.7.13...v2.7.15)

---
updated-dependencies:
- dependency-name: github.com/kkdai/youtube/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.8.1 to 2.10.2.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.8.1...v2.10.2)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…fave/cli/v2-2.10.2

build(deps): bump github.com/urfave/cli/v2 from 2.8.1 to 2.10.2
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.2 to 2.10.3.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.10.2...v2.10.3)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…fave/cli/v2-2.10.3

build(deps): bump github.com/urfave/cli/v2 from 2.10.2 to 2.10.3
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.3 to 2.16.3.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.10.3...v2.16.3)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/kkdai/youtube/v2](https://github.com/kkdai/youtube) from 2.7.15 to 2.7.16.
- [Release notes](https://github.com/kkdai/youtube/releases)
- [Changelog](https://github.com/kkdai/youtube/blob/master/.goreleaser.yml)
- [Commits](kkdai/youtube@v2.7.15...v2.7.16)

---
updated-dependencies:
- dependency-name: github.com/kkdai/youtube/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dai/youtube/v2-2.7.16

build(deps): bump github.com/kkdai/youtube/v2 from 2.7.15 to 2.7.16
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.16.3 to 2.23.5.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.16.3...v2.23.5)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ch3ck as a code owner October 6, 2024 02:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

6 participants