ascii2svg
ascii2svg copied to clipboard
fix(deps): update all
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| alpine | final | minor | 3.13 -> 3.23 |
||
| circleci/golang | docker | minor | 1.16 -> 1.17 |
||
| codecov | orb | minor | 1.0.5 -> 1.2.5 |
||
| docker | orb | minor | 0.5.13 -> 0.6.1 |
||
| golang | stage | minor | 1.16-alpine -> 1.25-alpine |
||
| gopkg.in/urfave/cli.v2 | require | minor | v2.0.0-20190806201727-b62605953717 -> v2.27.7 |
||
| moul | orb | minor | 1.5.0 -> 1.16.0 |
||
| tools | orb | patch | 0.0.10 -> 0.0.14 |
Release Notes
urfave/cli (gopkg.in/urfave/cli.v2)
v2.27.7
What's Changed
- Update dependencies in v2 series by @meatballhat in #2159
Full Changelog: https://github.com/urfave/cli/compare/v2.27.6...v2.27.7
v2.27.6
What's Changed
- Use usage template in subcommand help by @meatballhat in #1986
- Docs: Update cli.yml by @dearchap in #2015
- Fix:(issue_2069) Add sep for string slice by @dearchap in #2070
Full Changelog: https://github.com/urfave/cli/compare/v2.27.5...v2.27.6
v2.27.5
What's Changed
- docs(flag): add
UseShortOptionHandlingdescription by @BlackHole1 in #1956 - [Backport] Fix: Use $0 env var to correctly retrieve the current active shell by @asahasrabuddhe in #1970
- Update dependencies in v2-maint by @meatballhat in #1980
Full Changelog: https://github.com/urfave/cli/compare/v2.27.4...v2.27.5
v2.27.4
What's Changed
- Fix:(issue_1962) Fix tests failing on 32 bit architectures by @dearchap in #1963
Full Changelog: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4
v2.27.3
What's Changed
- v2 Docs: Mention value from env as default value by @sj14 in #1910
- Bump github.com/xrash/smetrics dependency by @elezar in #1911
- fix: disable bash completion if double dash is included in arguments (v2) by @suzuki-shunsuke in #1938
- Fix improper whitespace formatting in usageTemplate, AppHelpTemplate … by @caeret in #1947
New Contributors
- @sj14 made their first contribution in #1910
- @elezar made their first contribution in #1911
- @caeret made their first contribution in #1947
Full Changelog: https://github.com/urfave/cli/compare/v2.27.2...v2.27.3
v2.27.2
What's Changed
- Cleanup: Remove unnecessary intermediate variables by @1ambd4 in #1857
- Docs:(issue_1866) Fix documentation on filepath vs env preference by @dearchap in #1867
- Fix:(issue_1860) Remove hidden flags from flag categories by @dearchap in #1868
- Fix repeated [arguments...] in usage template in v2 by @edeustua in #1872
- Update dependencies, actions steps, and usage for v2-maint by @meatballhat in #1888
New Contributors
- @1ambd4 made their first contribution in #1857
- @edeustua made their first contribution in #1872
Full Changelog: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2
v2.27.1
What's Changed
Full Changelog: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1
v2.27.0
What's Changed
- v2 Add integration with golangci-lint by @skelouse in #1830
- v2: GitHub Actions: upgrade Go, upgrade actions by @dolmen in #1848
- Feat:(issue_1797) Add Args for app/cmd/subcmd to avoid argument... be… by @dearchap in #1829
- Fix:(issue_1850) Add RunAction for uint/uint64 slice flags by @dearchap in #1851
Full Changelog: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0
v2.26.0
What's Changed
- Bash completion nits by @meatballhat in #1762
- Chore: Rename mkdocs requirements file name by @dearchap in #1776
- Fix:(issue_1787) Add fix for commands not listed when hide help comma… by @dearchap in #1788
- Fix nil HelpFlag panic (v2) by @wxiaoguang in #1795
- Always get 0 for a nested int64 value in v2.25.7 by @stephenfire in #1799
- Helper messages for documenting build process by @abitrolly in #1800
- fix: check duplicated sub command name and alias by @linrl3 in #1805
- Fix:(issue_1689) Have consistent behavior for default text in man and… by @dearchap in #1825
- Fix linting issues by @skelouse in #1696
New Contributors
- @stephenfire made their first contribution in #1799
- @linrl3 made their first contribution in #1805
Full Changelog: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0
v2.25.7
What's Changed
- Fix: fix v2 broken tests by @dearchap in #1757
- Fix:(issue_1755) Ensure that timestamp flag destination is set correctly by @dearchap in #1756
Full Changelog: https://github.com/urfave/cli/compare/v2.25.6...v2.25.7
v2.25.6
What's Changed
- Fix:(issue_1668) Add test case for sub command of sub command completion by @dearchap in #1747
- Update dependencies for v2 by @meatballhat in #1749
- Document slice flags as part of examples (v2) by @carhartl in #1751
Full Changelog: https://github.com/urfave/cli/compare/v2.25.5...v2.25.6
v2.25.5
What's Changed
- Fix:(issue_1737) Set bool count by taking care of num of aliases by @dearchap in #1740
Full Changelog: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5
v2.25.4
What's Changed
- Bug/fix issue 1703 by @jojje in #1728
- Fix:(issue_1734) Show categories for subcommands by @dearchap in #1735
- Fix:(issue_1610). Keep RunAsSubcommand behaviour as before by @dearchap in #1736
- Fix:(issue_1731) Add fix for checking if aliases are set by @dearchap in #1732
- Fix func name referenced in doc comment by @meatballhat in #1738
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4
v2.25.3
What's Changed
- Fix
incorrectTypeForFlagErrorfor unknowns by @danhunsaker in #1708
New Contributors
- @danhunsaker made their first contribution in #1708
Full Changelog: https://github.com/urfave/cli/compare/v2.25.2...v2.25.3
v2.25.2
What's Changed
- Fix missing required flag error uses flag name and not alias by @nirhaas in #1709
- Remove redundant variable declarations by @huiyifyj in #1714
- Fix:(issue 1689) Match markdown output with help output by @dearchap in #1723
New Contributors
- @nirhaas made their first contribution in #1709
- @huiyifyj made their first contribution in #1714
Full Changelog: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2
v2.25.1
What's Changed
- Shift tested Go versions in v2-maint by @meatballhat in #1692
- Preserve separator spec on subcommands by @thschmitt in #1710
New Contributors
- @thschmitt made their first contribution in #1710
Full Changelog: https://github.com/urfave/cli/compare/v2.25.0...v2.25.1
v2.25.0
What's Changed
- Drop support for Go versions before 1.18 by @meatballhat in #1667
- add Integer type casting when loading yaml file by @kjeom in #1669
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.24.4...v2.25.0
v2.24.4
What's Changed
- Deprecation of package ioutil in Go 1.16 by @ArangoGutierrez in #1678
- Backport [v2]: Fix some issues in bash autocompletion by @MrNaif2018 in #1676
New Contributors
- @ArangoGutierrez made their first contribution in #1678
Full Changelog: https://github.com/urfave/cli/compare/v2.24.3...v2.24.4
v2.24.3
What's Changed
- Make trim space optional by @palsivertsen in #1675
Full Changelog: https://github.com/urfave/cli/compare/v2.24.2...v2.24.3
v2.24.2
What's Changed
- Update README badges for v2 by @meatballhat in #1664
- Target two most recent Go versions in v2 by @meatballhat in #1666
- flag: remove dependencies on shared variables by @zllovesuki in #1671
- Show non categorized flags with categorized on help by @skelouse in #1673
New Contributors
- @zllovesuki made their first contribution in #1671
Full Changelog: https://github.com/urfave/cli/compare/v2.24.1...v2.24.2
v2.24.1
What's Changed
- Fix v2 docs by @dearchap in #1655
Full Changelog: https://github.com/urfave/cli/compare/v2.24.0...v2.24.1
v2.24.0
What's Changed
- Fix:(issue_1592) Add support for float64slice, uint, int, int64 for a… by @dearchap in #1647
Full Changelog: https://github.com/urfave/cli/compare/v2.23.10...v2.24.0
v2.23.10
What's Changed
- Doc:(issue_1593) Add flag category topic in docs (v2-maint) by @ovcharenko-di in #1653
Full Changelog: https://github.com/urfave/cli/compare/v2.23.9...v2.23.10
v2.23.9
What's Changed
- Fixes #1648 by @palsivertsen in #1649
New Contributors
- @palsivertsen made their first contribution in #1649
Full Changelog: https://github.com/urfave/cli/compare/v2.23.8...v2.23.9
v2.23.8
What's Changed
- Fix:(issue_1277) Remove default text for version/help flags by @dearchap in #1633
Full Changelog: https://github.com/urfave/cli/compare/v2.23.7...v2.23.8
v2.23.7
What's Changed
- Fix:(issue_1617) Fix Bash completion for subcommands by @dearchap in #1618
Full Changelog: https://github.com/urfave/cli/compare/v2.23.6...v2.23.7
v2.23.6
What's Changed
- Disable slice flag separator by @feedmeapples in #1588
- Fix:(issue_1591) Use AppHelpTemplate instead of subcommand help template by @dearchap in #1608
Full Changelog: https://github.com/urfave/cli/compare/v2.23.5...v2.23.6
v2.23.5
What's Changed
- Update x/text to 0.3.8 by @dirkmueller in #1571
- Update github actions events for v2-maint branch by @meatballhat in #1574
- Update dependencies in v2 series by @meatballhat in #1573
New Contributors
- @dirkmueller made their first contribution in #1571
Full Changelog: https://github.com/urfave/cli/compare/v2.23.4...v2.23.5
v2.23.4
What's Changed
- Chore: Add altsrc flag definition generation by @dearchap in #1553
Full Changelog: https://github.com/urfave/cli/compare/v2.23.3...v2.23.4
v2.23.3
What's Changed
- Fix: Avoid duplication of help commands by @remiposo in #1565
- Feature:(issue_1550):Add support Int64Slice by read toml config file by @Edelweiss-Snow in #1551
New Contributors
- @remiposo made their first contribution in #1565
- @Edelweiss-Snow made their first contribution in #1551
Full Changelog: https://github.com/urfave/cli/compare/v2.23.2...v2.23.3
Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.
v2.23.2
What's Changed
- Fix:(issue_1114) Add SkipFlagParsing to app to allow -- by @dearchap in #1562
Full Changelog: https://github.com/urfave/cli/compare/v2.23.1...v2.23.2
v2.23.1
What's Changed
- FIx: Allow ext flags to be opt-out by default rather than opt-in by @dearchap in #1561
Full Changelog: https://github.com/urfave/cli/compare/v2.23.0...v2.23.1
v2.23.0
What's Changed
- Feature:(issue_269) Allow external package flag definitions by @dearchap in #1540
Full Changelog: https://github.com/urfave/cli/compare/v2.22.0...v2.23.0
v2.22.0
What's Changed
- Feature:(issue_1090): Add unwrap for ExitCoder by @dearchap in #1545
Full Changelog: https://github.com/urfave/cli/compare/v2.21.0...v2.22.0
v2.21.0
What's Changed
Full Changelog: https://github.com/urfave/cli/compare/v2.20.5...v2.21.0
v2.20.5
What's Changed
- Fix:(issue_1548) Check root before run default cmd by @smalnote in #1549
New Contributors
- @smalnote made their first contribution in #1549
Full Changelog: https://github.com/urfave/cli/compare/v2.20.4...v2.20.5
v2.20.4
What's Changed
- Spelling by @jsoref in #1543
- Documentation:(issue_786) Add docs for flag validation by @dearchap in #1544
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.20.3...v2.20.4
v2.20.3
What's Changed
- Docs:(issue_1276) Make destination/value/default text clear by @dearchap in #1539
- Fix:(issue_1263) FlagNames should return names set via env as well by @dearchap in #1537
- Fix:(issue_1288). Add windows specific env format by @dearchap in #1538
Full Changelog: https://github.com/urfave/cli/compare/v2.20.2...v2.20.3
v2.20.2
What's Changed
- Fix:(issue_1206) Default value shouldnt depend on env variable or val… by @dearchap in #1528
Full Changelog: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2
v2.20.1
What's Changed
- Docs: Fix docs from merged PR1498 by @dearchap in #1532
- Cleanup: Fix app.go formatting by @dearchap in #1533
Full Changelog: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1
v2.20.0
What's Changed
- Cleanup redundant code in App/Command by @dearchap in #1498
Full Changelog: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0
v2.19.3
What's Changed
- Build and run
urfave-cli-genflagsvia itsMakefileby @meatballhat in #1526
Full Changelog: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3
v2.19.2
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2
v2.19.1
What's Changed
- Fix:(issue_1500). Fix slice flag value duplication issue by @dearchap in #1502
Full Changelog: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1
v2.19.0
What's Changed
- Fix:(issue_1505) Fix flag alignment in help by @dearchap in #1506
Full Changelog: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0
v2.18.2
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2
v2.18.1
What's Changed
- Ensure "generate" step runs in CI prior to diff check by @meatballhat in #1504
Full Changelog: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1
v2.18.0
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0
v2.17.2
What's Changed
- Remove nonexistent phony targets by @meatballhat in #1503
- wrap: Avoid trailing whitespace for empty lines by @abitrolly in #1513
New Contributors
- @abitrolly made their first contribution in #1513
Full Changelog: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2
v2.17.1
What's Changed
- Fix help results inconsistency by @dearchap in #1499
Full Changelog: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1
v2.17.0
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0
v2.16.6
What's Changed
- fix: Context.Set no such flag by @Torwang1 in #1497
New Contributors
- @Torwang1 made their first contribution in #1497
Full Changelog: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6
v2.16.5
What's Changed
- Fix:(issue_1197) Set destination field from altsrc for slice flags by @dearchap in #1495
Full Changelog: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5
v2.16.4
What's Changed
- Accept the
MKDOCS_REMOTE_GITHUB_TOKENvar as intended by @meatballhat in #1493
Full Changelog: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4
v2.16.3
What's Changed
- Move more functionality into internal/build/build.go by @meatballhat in #1490
Full Changelog: https://github.com/urfave/cli/compare/v2.16.2...v2.16.3
v2.16.2
What's Changed
- Fix: Help name consistency among app/commands and subcommands by @dearchap in #1489
Full Changelog: https://github.com/urfave/cli/compare/v2.16.1...v2.16.2
v2.16.1
What's Changed
- Set codecov status thresholds to 5% by @meatballhat in #1486
- Fix: dont generate pointer for dest for Generic flag by @dearchap in #1488
Full Changelog: https://github.com/urfave/cli/compare/v2.16.0...v2.16.1
v2.16.0
What's Changed
- Feature:(Issue 1334) Add support for uint64slices by @dearchap in #1378
Full Changelog: https://github.com/urfave/cli/compare/v2.15.0...v2.16.0
v2.15.0
What's Changed
- Add count option for bool flags by @dearchap in #1257
Full Changelog: https://github.com/urfave/cli/compare/v2.14.2...v2.15.0
v2.14.2
What's Changed
- Update version of codecov action by @meatballhat in #1480
- Add a few notes to release docs by @meatballhat in #1479
Full Changelog: https://github.com/urfave/cli/compare/v2.14.1...v2.14.2
v2.14.1
What's Changed
- Fix:(issue_1272) Generic flag not set from env by @dearchap in #1458
- GitHub Workflows security hardening by @sashashura in #1469
New Contributors
- @sashashura made their first contribution in #1469
Full Changelog: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1
v2.14.0
What's Changed
- Update v2 dead link by @abousselmi in #1466
- Fix:(issue_1293) Wrap usage text for commands by @dearchap in #1460
- Add App.InvalidFlagAccessHandler by @icholy in #1446
New Contributors
- @abousselmi made their first contribution in #1466
- @icholy made their first contribution in #1446
Full Changelog: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0
v2.13.0
What's Changed
- Fix:(issue_1094) Dont execute Before/After handlers during shell comp… by @dearchap in #1457
- Fix:(issue_1455) Allow bool flags from input altsrc by @dearchap in #1456
- Add configurable Base to int, uint and uint64 flags by @ccremer in #1464
- fix: allow required flag with one character by @Gerrard-YNWA in #1449
- Add support for alias in YAMLs by @james-prysm in #1448
New Contributors
- @ccremer made their first contribution in #1464
- @Gerrard-YNWA made their first contribution in #1449
- @james-prysm made their first contribution in #1448
Full Changelog: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0
v2.12.3
What's Changed
- issue_62: Make slice options more posix like by @dearchap in #1454
- Move genflags tool to cmd/ and pin to previous release by @meatballhat in #1451
- Shift supported go versions by @meatballhat in #1452
- docs: split documentation into individual pages by @hay-kot in #1453
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3
v2.12.2
What's Changed
- issue_62: Make slice options more posix like by @dearchap in #1454
- Move genflags tool to cmd/ and pin to previous release by @meatballhat in #1451
- Shift supported go versions by @meatballhat in #1452
- docs: split documentation into individual pages by @hay-kot in #1453
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2
v2.12.1
Full Changelog: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1
v2.12.0
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0
v2.11.5
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5
v2.11.4
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4
v2.11.3
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.3
v2.11.2
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.11.1...v2.11.2
v2.11.1
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.11.0...v2.11.1
v2.11.0
What's Changed
- feature: add DefaultCommand field to App by @jalavosus in #1388
- accept timezone for timestamps by @julian7 in #1432
- Approve v2 addition of App.DefaultCommand by @meatballhat in #1426
New Contributors
- @jalavosus made their first contribution in #1388
- @julian7 made their first contribution in #1432
Full Changelog: https://github.com/urfave/cli/compare/v2.10.3...v2.11.0
v2.10.3
What's Changed
- Clean up the v2 manual a bit by @meatballhat in #1421
- Fix list formatting in v2 manual by @meatballhat in #1423
Full Changelog: https://github.com/urfave/cli/compare/v2.10.2...v2.10.3
v2.10.2
What's Changed
- Update dependencies to latest by @meatballhat in #1417
- Remove temporary go mod workaround by @meatballhat in #1418
Full Changelog: https://github.com/urfave/cli/compare/v2.10.1...v2.10.2
v2.10.1
What's Changed
- Upgrade gopkg.in/yaml to v3 by @jszwedko in #1415
Full Changelog: https://github.com/urfave/cli/compare/v2.10.0...v2.10.1
v2.10.0
What's Changed
Full Changelog: https://github.com/urfave/cli/compare/v2.9.0...v2.10.0
v2.9.0
What's Changed
- Fix 'repetetive' typo by @mostynb in #1402
- Add some missing go.sum entries needed with 1.16.x by @meatballhat in #1407
- Add SliceFlag wrapper and fix bugs in existing implementations by @joeycumines in #1409
- Update the v2 docs since merging #1409 by @meatballhat in #1412
New Contributors
- @joeycumines made their first contribution in #1409
Full Changelog: https://github.com/urfave/cli/compare/v2.8.1...v2.9.0
v2.8.1
What's Changed
- Run docs tests against current work tree by @meatballhat in #1403
- Remove GPL2 dependency introduced in v2.7.0 by @AkihiroSuda in #1405
Full Changelog: https://github.com/urfave/cli/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- Add flag category support (#796) by @michaeljs1990 / @meatballhat in #1368
- Introduce override hooks for suggestions by @meatballhat in #1396
- Point to the docs tree and site from top-level README by @meatballhat in [#1399](https://redirect.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
:warning: Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you check the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/ascii2svg":"/mnt/renovate/gh/moul/ascii2svg" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/ascii2svg" docker.io/renovate/go:1.12.17 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: finding gopkg.in/urfave/cli.v2 v2.3.0
go: gopkg.in/urfave/[email protected]: go.mod has non-....v2 module path "github.com/urfave/cli/v2" at revision v2.3.0
go: error loading module requirements
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you check the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/ascii2svg":"/mnt/renovate/gh/moul/ascii2svg" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/ascii2svg" docker.io/renovate/go:1.16.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: gopkg.in/urfave/[email protected]: parsing go.mod:
module declares its path as: github.com/urfave/cli/v2
but was required as: gopkg.in/urfave/cli.v2
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -d -t ./...
go: gopkg.in/urfave/[email protected]: parsing go.mod:
module declares its path as: github.com/urfave/cli/v2
but was required as: gopkg.in/urfave/cli.v2