This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
gootp/go.mod

37 lines
1.4 KiB
Modula-2
Raw Normal View History

module gitea.dwysokinski.me/Kichiyaki/gootp
2022-03-27 16:42:27 +00:00
go 1.19
2022-03-27 16:42:27 +00:00
require (
github.com/charmbracelet/bubbles v0.13.0
github.com/charmbracelet/bubbletea v0.22.0
2022-05-19 14:38:24 +00:00
github.com/charmbracelet/lipgloss v0.5.0
github.com/pquerna/otp v1.3.0
github.com/stretchr/testify v1.7.2
chore(deps): update module github.com/urfave/cli/v2 to v2.14.1 (#9) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.10.2` -> `v2.14.1` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.14.1`](https://github.com/urfave/cli/releases/tag/v2.14.1) [Compare Source](https://github.com/urfave/cli/compare/v2.14.0...v2.14.1) #### What's Changed - Fix:(issue\_1272) Generic flag not set from env by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1458 - GitHub Workflows security hardening by [@&#8203;sashashura](https://github.com/sashashura) in https://github.com/urfave/cli/pull/1469 #### New Contributors - [@&#8203;sashashura](https://github.com/sashashura) made their first contribution in https://github.com/urfave/cli/pull/1469 **Full Changelog**: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1 ### [`v2.14.0`](https://github.com/urfave/cli/releases/tag/v2.14.0) [Compare Source](https://github.com/urfave/cli/compare/v2.13.0...v2.14.0) #### What's Changed - Update v2 dead link by [@&#8203;abousselmi](https://github.com/abousselmi) in https://github.com/urfave/cli/pull/1466 - Fix:(issue\_1293) Wrap usage text for commands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1460 - Add App.InvalidFlagAccessHandler by [@&#8203;icholy](https://github.com/icholy) in https://github.com/urfave/cli/pull/1446 #### New Contributors - [@&#8203;abousselmi](https://github.com/abousselmi) made their first contribution in https://github.com/urfave/cli/pull/1466 - [@&#8203;icholy](https://github.com/icholy) made their first contribution in https://github.com/urfave/cli/pull/1446 **Full Changelog**: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0 ### [`v2.13.0`](https://github.com/urfave/cli/releases/tag/v2.13.0) [Compare Source](https://github.com/urfave/cli/compare/v2.12.3...v2.13.0) #### What's Changed - Fix:(issue\_1094) Dont execute Before/After handlers during shell comp… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1457 - Fix:(issue\_1455) Allow bool flags from input altsrc by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1456 - Add configurable Base to int, uint and uint64 flags by [@&#8203;ccremer](https://github.com/ccremer) in https://github.com/urfave/cli/pull/1464 - fix: allow required flag with one character by [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) in https://github.com/urfave/cli/pull/1449 - Add support for alias in YAMLs by [@&#8203;james-prysm](https://github.com/james-prysm) in https://github.com/urfave/cli/pull/1448 #### New Contributors - [@&#8203;ccremer](https://github.com/ccremer) made their first contribution in https://github.com/urfave/cli/pull/1464 - [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) made their first contribution in https://github.com/urfave/cli/pull/1449 - [@&#8203;james-prysm](https://github.com/james-prysm) made their first contribution in https://github.com/urfave/cli/pull/1448 **Full Changelog**: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0 ### [`v2.12.3`](https://github.com/urfave/cli/releases/tag/v2.12.3) [Compare Source](https://github.com/urfave/cli/compare/v2.12.2...v2.12.3) #### What's Changed - issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454 - Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451 - Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452 - docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453 #### New Contributors - [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453 **Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3 ### [`v2.12.2`](https://github.com/urfave/cli/releases/tag/v2.12.2) [Compare Source](https://github.com/urfave/cli/compare/v2.12.1...v2.12.2) #### What's Changed - issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454 - Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451 - Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452 - docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453 #### New Contributors - [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453 **Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2 ### [`v2.12.1`](https://github.com/urfave/cli/releases/tag/v2.12.1) [Compare Source](https://github.com/urfave/cli/compare/v2.12.0...v2.12.1) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1 ### [`v2.12.0`](https://github.com/urfave/cli/releases/tag/v2.12.0) [Compare Source](https://github.com/urfave/cli/compare/v2.11.5...v2.12.0) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0 ### [`v2.11.5`](https://github.com/urfave/cli/releases/tag/v2.11.5) [Compare Source](https://github.com/urfave/cli/compare/v2.11.4...v2.11.5) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5 ### [`v2.11.4`](https://github.com/urfave/cli/releases/tag/v2.11.4) [Compare Source](https://github.com/urfave/cli/compare/v2.11.3...v2.11.4) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4 ### [`v2.11.3`](https://github.com/urfave/cli/releases/tag/v2.11.3) [Compare Source](https://github.com/urfave/cli/compare/v2.11.2...v2.11.3) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.3 ### [`v2.11.2`](https://github.com/urfave/cli/releases/tag/v2.11.2) [Compare Source](https://github.com/urfave/cli/compare/v2.11.1...v2.11.2) #### What's Changed - Fix HideHelp by [@&#8203;Dokiys](https://github.com/Dokiys) in https://github.com/urfave/cli/pull/1445 - Fix After not run by [@&#8203;Dokiys](https://github.com/Dokiys) in https://github.com/urfave/cli/pull/1444 #### New Contributors - [@&#8203;Dokiys](https://github.com/Dokiys) made their first contribution in https://github.com/urfave/cli/pull/1445 **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.1...v2.11.2 ### [`v2.11.1`](https://github.com/urfave/cli/releases/tag/v2.11.1) [Compare Source](https://github.com/urfave/cli/compare/v2.11.0...v2.11.1) #### What's Changed - Fix timestamp flag error when using help by [@&#8203;hmiyado](https://github.com/hmiyado) in https://github.com/urfave/cli/pull/1439 #### New Contributors - [@&#8203;hmiyado](https://github.com/hmiyado) made their first contribution in https://github.com/urfave/cli/pull/1439 **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.0...v2.11.1 ### [`v2.11.0`](https://github.com/urfave/cli/releases/tag/v2.11.0) [Compare Source](https://github.com/urfave/cli/compare/v2.10.3...v2.11.0) #### What's Changed - feature: add DefaultCommand field to App by [@&#8203;jalavosus](https://github.com/jalavosus) in https://github.com/urfave/cli/pull/1388 - accept timezone for timestamps by [@&#8203;julian7](https://github.com/julian7) in https://github.com/urfave/cli/pull/1432 - Approve v2 addition of App.DefaultCommand by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1426 #### New Contributors - [@&#8203;jalavosus](https://github.com/jalavosus) made their first contribution in https://github.com/urfave/cli/pull/1388 - [@&#8203;julian7](https://github.com/julian7) made their first contribution in https://github.com/urfave/cli/pull/1432 **Full Changelog**: https://github.com/urfave/cli/compare/v2.10.3...v2.11.0 ### [`v2.10.3`](https://github.com/urfave/cli/releases/tag/v2.10.3) [Compare Source](https://github.com/urfave/cli/compare/v2.10.2...v2.10.3) #### What's Changed - Clean up the v2 manual a bit by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1421 - Fix list formatting in v2 manual by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1423 **Full Changelog**: https://github.com/urfave/cli/compare/v2.10.2...v2.10.3 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC4zIn0=--> Co-authored-by: Renovate <renovate@dwysokinski.me> Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/gootp/pulls/9 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-07 10:19:44 +00:00
github.com/urfave/cli/v2 v2.14.1
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
)
2022-03-27 16:42:27 +00:00
require (
2022-05-19 14:38:24 +00:00
github.com/atotto/clipboard v0.1.4 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
2022-05-19 14:38:24 +00:00
github.com/containerd/console v1.0.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2022-03-27 16:42:27 +00:00
github.com/davecgh/go-spew v1.1.0 // indirect
2022-05-19 14:38:24 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/cancelreader v0.2.1 // indirect
2022-05-19 14:38:24 +00:00
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect
2022-03-27 16:42:27 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-05-19 14:38:24 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
2022-03-27 16:42:27 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2022-05-19 14:38:24 +00:00
github.com/sahilm/fuzzy v0.1.0 // indirect
2022-06-02 04:59:50 +00:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2022-03-27 16:42:27 +00:00
)