-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 812 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/nate-xyz/chess-cli
go 1.17
require (
code.rocketnine.space/tslocum/cview v1.5.7
github.com/gdamore/tcell v1.4.0
github.com/gdamore/tcell/v2 v2.5.1
github.com/jimlambrt/go-oauth-pkce-code-verifier v0.0.0-20201220003123-6363600dffda
github.com/notnil/chess v1.7.2
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/text v0.3.8
)
require (
code.rocketnine.space/tslocum/cbind v0.1.5 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14-0.20210830053702-dc8fe66265af // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
)