File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ windows64.zip
1515* .test
1616
1717# go files
18- go.mod
19- go.sum
18+ # go.mod
19+ # go.sum
2020
2121# Output of the go coverage tool, specifically when used with LiteIDE
2222* .out
Original file line number Diff line number Diff line change 1+ module basicbots
2+
3+ go 1.17
4+
5+ require github.com/gdamore/tcell/v2 v2.4.0
6+
7+ require (
8+ github.com/gdamore/encoding v1.0.0 // indirect
9+ github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
10+ github.com/mattn/go-runewidth v0.0.10 // indirect
11+ github.com/rivo/uniseg v0.1.0 // indirect
12+ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
13+ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
14+ golang.org/x/text v0.3.0 // indirect
15+ )
Original file line number Diff line number Diff line change 1+ github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko =
2+ github.com/gdamore/encoding v1.0.0 /go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg =
3+ github.com/gdamore/tcell/v2 v2.4.0 h1:W6dxJEmaxYvhICFoTY3WrLLEXsQ11SaFnKGVEXW57KM =
4+ github.com/gdamore/tcell/v2 v2.4.0 /go.mod h1:cTTuF84Dlj/RqmaCIV5p4w8uG1zWdk0SF6oBpwHp4fU =
5+ github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac =
6+ github.com/lucasb-eyer/go-colorful v1.0.3 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
7+ github.com/mattn/go-runewidth v0.0.10 h1:CoZ3S2P7pvtP45xOtBw+/mDL2z0RKI576gSkzRRpdGg =
8+ github.com/mattn/go-runewidth v0.0.10 /go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk =
9+ github.com/rivo/uniseg v0.1.0 h1:+2KBaVoUmb9XzDsrx/Ct0W/EYOSFf/nWTauy++DprtY =
10+ github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
11+ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 h1:nxC68pudNYkKU6jWhgrqdreuFiOQWj1Fs7T3VrH4Pjw =
12+ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
13+ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M =
14+ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
15+ golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg =
16+ golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments