forked from SoMuchForSubtlety/f1viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 715 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/SoMuchForSubtlety/f1viewer
go 1.14
require (
github.com/99designs/keyring v1.1.5 // indirect
github.com/SoMuchForSubtlety/golark v1.1.0
github.com/SoMuchForSubtlety/keyring v1.1.6
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/atotto/clipboard v0.1.2
github.com/gdamore/tcell v1.3.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/rivo/tview v0.0.0-20200528200248-fe953220389f
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)