Skip to content

Commit 7c02f64

Browse files
build(gomod): ⚡ minor gomod (#92)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/bitfield/script](https://redirect.github.com/bitfield/script) | `v0.22.1` -> `v0.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbitfield%2fscript/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbitfield%2fscript/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbitfield%2fscript/v0.22.1/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbitfield%2fscript/v0.22.1/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/pterm/pterm](https://redirect.github.com/pterm/pterm) | `v0.12.79` -> `v0.12.80` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.80?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.80?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.79/v0.12.80?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.79/v0.12.80?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>bitfield/script (github.com/bitfield/script)</summary> ### [`v0.24.0`](https://redirect.github.com/bitfield/script/compare/v0.23.0...v0.24.0) [Compare Source](https://redirect.github.com/bitfield/script/compare/v0.23.0...v0.24.0) ### [`v0.23.0`](https://redirect.github.com/bitfield/script/compare/v0.22.1...v0.23.0) [Compare Source](https://redirect.github.com/bitfield/script/compare/v0.22.1...v0.23.0) </details> <details> <summary>pterm/pterm (github.com/pterm/pterm)</summary> ### [`v0.12.80`](https://redirect.github.com/pterm/pterm/releases/tag/v0.12.80) [Compare Source](https://redirect.github.com/pterm/pterm/compare/v0.12.79...v0.12.80) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat: support timer modifactions on `Spinner` and `Progressbar` by [@&#8203;MarvinJWendt](https://redirect.github.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/647](https://redirect.github.com/pterm/pterm/pull/647) - feat: add alternate row style for table by [@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) in [https://github.com/pterm/pterm/pull/667](https://redirect.github.com/pterm/pterm/pull/667) ##### Fixes 🔧 - fix(interactive-textinput): panic at interactive_textinput_printer & edit value in-place by [@&#8203;malyusha](https://redirect.github.com/malyusha) in [https://github.com/pterm/pterm/pull/662](https://redirect.github.com/pterm/pterm/pull/662) - fix: use rune len by [@&#8203;franklinkim](https://redirect.github.com/franklinkim) in [https://github.com/pterm/pterm/pull/685](https://redirect.github.com/pterm/pterm/pull/685) - fix(progressbar/spinner): fix print while progressbar / spinner is running by [@&#8203;MarvinJWendt](https://redirect.github.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/699](https://redirect.github.com/pterm/pterm/pull/699) ##### Other Changes - Fixed documentation error by [@&#8203;sato-s](https://redirect.github.com/sato-s) in [https://github.com/pterm/pterm/pull/674](https://redirect.github.com/pterm/pterm/pull/674) - Fix table demos not working [#&#8203;673](https://redirect.github.com/pterm/pterm/issues/673) by [@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) in [https://github.com/pterm/pterm/pull/675](https://redirect.github.com/pterm/pterm/pull/675) - refactor: use `strings.Builder` to save memory by [@&#8203;apocelipes](https://redirect.github.com/apocelipes) in [https://github.com/pterm/pterm/pull/650](https://redirect.github.com/pterm/pterm/pull/650) - refactor: replace empty interface with `any` by [@&#8203;MarvinJWendt](https://redirect.github.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/698](https://redirect.github.com/pterm/pterm/pull/698) - refactor: refactor table render by [@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) in [https://github.com/pterm/pterm/pull/677](https://redirect.github.com/pterm/pterm/pull/677) #### New Contributors - [@&#8203;malyusha](https://redirect.github.com/malyusha) made their first contribution in [https://github.com/pterm/pterm/pull/662](https://redirect.github.com/pterm/pterm/pull/662) - [@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) made their first contribution in [https://github.com/pterm/pterm/pull/667](https://redirect.github.com/pterm/pterm/pull/667) - [@&#8203;sato-s](https://redirect.github.com/sato-s) made their first contribution in [https://github.com/pterm/pterm/pull/674](https://redirect.github.com/pterm/pterm/pull/674) - [@&#8203;franklinkim](https://redirect.github.com/franklinkim) made their first contribution in [https://github.com/pterm/pterm/pull/685](https://redirect.github.com/pterm/pterm/pull/685) - [@&#8203;apocelipes](https://redirect.github.com/apocelipes) made their first contribution in [https://github.com/pterm/pterm/pull/650](https://redirect.github.com/pterm/pterm/pull/650) **Full Changelog**: pterm/pterm@v0.12.79...v0.12.80 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm on monday,before 3am on monday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DelineaXPM/github-workflows). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02386be commit 7c02f64

160 files changed

Lines changed: 12310 additions & 4966 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.21
55
toolchain go1.22.5
66

77
require (
8-
github.com/bitfield/script v0.22.1
8+
github.com/bitfield/script v0.24.0
99
github.com/magefile/mage v1.15.0
10-
github.com/pterm/pterm v0.12.79
10+
github.com/pterm/pterm v0.12.80
1111
github.com/sheldonhull/magetools v1.0.2
1212
)
1313

@@ -21,13 +21,13 @@ require (
2121
github.com/itchyny/gojq v0.12.13 // indirect
2222
github.com/itchyny/timefmt-go v0.1.5 // indirect
2323
github.com/lithammer/fuzzysearch v1.1.8 // indirect
24-
github.com/mattn/go-runewidth v0.0.15 // indirect
24+
github.com/mattn/go-runewidth v0.0.16 // indirect
2525
github.com/rivo/uniseg v0.4.4 // indirect
2626
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
2727
github.com/ztrue/tracerr v0.4.0 // indirect
2828
golang.org/x/mod v0.17.0 // indirect
29-
golang.org/x/sys v0.16.0 // indirect
30-
golang.org/x/term v0.16.0 // indirect
31-
golang.org/x/text v0.14.0 // indirect
29+
golang.org/x/sys v0.27.0 // indirect
30+
golang.org/x/term v0.26.0 // indirect
31+
golang.org/x/text v0.20.0 // indirect
3232
mvdan.cc/sh/v3 v3.7.0 // indirect
3333
)

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/MarvinJWendt/testza v0.4.2/go.mod h1:mSdhXiKH8sg/gQehJ63bINcCKp7RtYew
1616
github.com/MarvinJWendt/testza v0.5.2 h1:53KDo64C1z/h/d/stCYCPY69bt/OSwjq5KpFNwi+zB4=
1717
github.com/MarvinJWendt/testza v0.5.2/go.mod h1:xu53QFE5sCdjtMCKk8YMQ2MnymimEctc4n3EjyIYvEY=
1818
github.com/atomicgo/cursor v0.0.1/go.mod h1:cBON2QmmrysudxNBFthvMtN32r3jxVRIvzkUiF/RuIk=
19-
github.com/bitfield/script v0.22.1 h1:DphxoC5ssYciwd0ZS+N0Xae46geAD/0mVWh6a2NUxM4=
20-
github.com/bitfield/script v0.22.1/go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI=
19+
github.com/bitfield/script v0.24.0 h1:ic0Tbx+2AgRtkGGIcUyr+Un60vu4WXvqFrCSumf+T7M=
20+
github.com/bitfield/script v0.24.0/go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI=
2121
github.com/containerd/console v1.0.3 h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=
2222
github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
2323
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -56,8 +56,8 @@ github.com/magefile/mage v1.15.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXq
5656
github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ=
5757
github.com/matryer/is v1.4.1/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=
5858
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
59-
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
60-
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
59+
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
60+
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
6161
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
6262
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
6363
github.com/pterm/pterm v0.12.27/go.mod h1:PhQ89w4i95rhgE+xedAoqous6K9X+r6aSOI2eFF7DZI=
@@ -67,8 +67,8 @@ github.com/pterm/pterm v0.12.31/go.mod h1:32ZAWZVXD7ZfG0s8qqHXePte42kdz8ECtRyEej
6767
github.com/pterm/pterm v0.12.33/go.mod h1:x+h2uL+n7CP/rel9+bImHD5lF3nM9vJj80k9ybiiTTE=
6868
github.com/pterm/pterm v0.12.36/go.mod h1:NjiL09hFhT/vWjQHSj1athJpx6H8cjpHXNAK5bUw8T8=
6969
github.com/pterm/pterm v0.12.40/go.mod h1:ffwPLwlbXxP+rxT0GsgDTzS3y3rmpAO1NMjUkGTYf8s=
70-
github.com/pterm/pterm v0.12.79 h1:lH3yrYMhdpeqX9y5Ep1u7DejyHy7NSQg9qrBjF9dFT4=
71-
github.com/pterm/pterm v0.12.79/go.mod h1:1v/gzOF1N0FsjbgTHZ1wVycRkKiatFvJSJC4IGaQAAo=
70+
github.com/pterm/pterm v0.12.80 h1:mM55B+GnKUnLMUSqhdINe4s6tOuVQIetQ3my8JGyAIg=
71+
github.com/pterm/pterm v0.12.80/go.mod h1:c6DeF9bSnOSeFPZlfs4ZRAFcf5SCoTwvwQ5xaKGQlHo=
7272
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
7373
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
7474
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
@@ -115,28 +115,28 @@ golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBc
115115
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
116116
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
117117
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
118-
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
119-
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
118+
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
119+
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
120120
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
121121
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
122122
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
123123
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
124124
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
125-
golang.org/x/term v0.16.0 h1:m+B6fahuftsE9qjo0VWp2FW0mB3MTJvR0BaMQrq0pmE=
126-
golang.org/x/term v0.16.0/go.mod h1:yn7UURbUtPyrVJPGPq404EukNFxcm/foM+bV/bfcDsY=
125+
golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU=
126+
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
127127
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
128128
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
129129
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
130130
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
131131
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
132-
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
133-
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
132+
golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
133+
golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4=
134134
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
135135
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
136136
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
137137
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
138-
golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=
139-
golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=
138+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=
139+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
140140
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
141141
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
142142
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

vendor/github.com/bitfield/script/README.md

Lines changed: 40 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)