This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/pkg/login-app/cmd/go.mod

17 lines
447 B
Modula-2
Raw Normal View History

2021-10-31 15:43:43 +00:00
module git.nemunai.re/lectures/adlin/pkg/login-app/cmd
2022-02-23 14:08:59 +00:00
go 1.16
2021-10-31 15:43:43 +00:00
require (
github.com/gdamore/tcell/v2 v2.5.0
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
2021-10-31 15:43:43 +00:00
)
require (
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.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
)