This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
adlin/pkg/login-app/cmd/go.mod
Renovate Bot ecc5102e4d
All checks were successful
continuous-integration/drone/push Build is passing
fix(deps): update module github.com/gdamore/tcell/v2 to v2.5.4
2023-01-07 12:06:12 +00:00

13 lines
287 B
Modula-2

module git.nemunai.re/lectures/adlin/pkg/login-app/cmd
go 1.16
require (
github.com/gdamore/tcell/v2 v2.5.4
github.com/rivo/tview v0.0.0-20230104153304-892d1a2eb0da
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
)