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
Renovate Bot 9a9b411e0f
All checks were successful
continuous-integration/drone/push Build is passing
fix(deps): update github.com/rivo/tview digest to 4664d8b
2022-09-10 20:15:33 +00:00

16 lines
404 B
Modula-2

module git.nemunai.re/lectures/adlin/pkg/login-app/cmd
go 1.16
require (
github.com/gdamore/tcell/v2 v2.5.2
github.com/rivo/tview v0.0.0-20220906194528-4664d8bf22d9
)
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
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
)