mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-05-14 19:40:41 +00:00
TUN-3201: Create base cloudflared UI structure
This commit is contained in:
committed by
Areg Harutyunyan
parent
0708a49848
commit
d8ebde37ca
+12
@@ -0,0 +1,12 @@
|
||||
module github.com/rivo/tview
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/gdamore/tcell v1.3.0
|
||||
github.com/lucasb-eyer/go-colorful v1.0.3
|
||||
github.com/mattn/go-runewidth v0.0.8
|
||||
github.com/rivo/uniseg v0.1.0
|
||||
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user