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 545ed652ad
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update github.com/rivo/tview commit hash to 96063d6
2022-02-16 17:01:16 +00:00

19 lines
580 B
Modula-2

module git.nemunai.re/lectures/adlin/pkg/login-app/cmd
go 1.17
require (
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/rivo/tview v0.0.0-20220216162559-96063d6082f3
)
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/sys v0.0.0-20210309074719-68d13333faf2 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.6 // indirect
)