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
chore(deps): update module github.com/stretchr/testify to v1.8.0 (#8) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | minor | `v1.7.2` -> `v1.8.0` | --- ### Release Notes <details> <summary>stretchr/testify</summary> ### [`v1.8.0`](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) ### [`v1.7.5`](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5) ### [`v1.7.4`](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4) ### [`v1.7.3`](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.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/8 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-07 13:53:07 +00:00
github.com/stretchr/testify v1.8.0
chore(deps): update module github.com/urfave/cli/v2 to v2.16.2 (#10) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.14.1` -> `v2.16.2` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.16.2`](https://github.com/urfave/cli/releases/tag/v2.16.2) [Compare Source](https://github.com/urfave/cli/compare/v2.16.1...v2.16.2) #### What's Changed - Fix: Help name consistency among app/commands and subcommands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1489 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.1...v2.16.2 ### [`v2.16.1`](https://github.com/urfave/cli/releases/tag/v2.16.1) [Compare Source](https://github.com/urfave/cli/compare/v2.16.0...v2.16.1) #### What's Changed - Set codecov status thresholds to 5% by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1486 - Fix: dont generate pointer for dest for Generic flag by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1488 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.0...v2.16.1 ### [`v2.16.0`](https://github.com/urfave/cli/releases/tag/v2.16.0) [Compare Source](https://github.com/urfave/cli/compare/v2.15.0...v2.16.0) #### What's Changed - Feature:(Issue 1334) Add support for uint64slices by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1378 **Full Changelog**: https://github.com/urfave/cli/compare/v2.15.0...v2.16.0 ### [`v2.15.0`](https://github.com/urfave/cli/releases/tag/v2.15.0) [Compare Source](https://github.com/urfave/cli/compare/v2.14.2...v2.15.0) #### What's Changed - Add count option for bool flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1257 **Full Changelog**: https://github.com/urfave/cli/compare/v2.14.2...v2.15.0 ### [`v2.14.2`](https://github.com/urfave/cli/releases/tag/v2.14.2) [Compare Source](https://github.com/urfave/cli/compare/v2.14.1...v2.14.2) #### What's Changed - Update version of codecov action by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1480 - Add a few notes to release docs by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1479 **Full Changelog**: https://github.com/urfave/cli/compare/v2.14.1...v2.14.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=--> Co-authored-by: Renovate <renovate@dwysokinski.me> Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/gootp/pulls/10 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-12 03:45:33 +00:00
github.com/urfave/cli/v2 v2.16.2
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
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
chore(deps): update module github.com/stretchr/testify to v1.8.0 (#8) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | minor | `v1.7.2` -> `v1.8.0` | --- ### Release Notes <details> <summary>stretchr/testify</summary> ### [`v1.8.0`](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) ### [`v1.7.5`](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5) ### [`v1.7.4`](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4) ### [`v1.7.3`](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.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/8 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-07 13:53:07 +00:00
github.com/davecgh/go-spew v1.1.1 // 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
)