This repository was archived by the owner on Dec 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ require (
1111
1212require (
1313 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
14- golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
14+ golang.org/x/sys v0.1.0 // indirect
1515 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
1616)
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ github.com/hugolgst/rich-go v0.0.0-20240715122152-74618cc1ace2 h1:9qOViOQGFIP5ar
1010github.com/hugolgst/rich-go v0.0.0-20240715122152-74618cc1ace2 /go.mod h1:nGaW7CGfNZnhtiFxMpc4OZdqIexGXjUlBnlmpZmjEKA =
1111github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA =
1212github.com/manifoldco/promptui v0.9.0 /go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg =
13- golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b h1:MQE+LT/ABUuuvEZ+YQAMSXindAdUh7slEmAkup74op4 =
1413golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
14+ golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U =
15+ golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1516gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce h1:+JknDZhAj8YMt7GC73Ei8pv4MzjDUNPHgQWJdtMAaDU =
1617gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce /go.mod h1:5AcXVHNjg+BDxry382+8OKon8SEWiKktQR07RKPsv1c =
You can’t perform that action at this time.
0 commit comments