You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
257 B
Modula-2

module gitlab.com/tslocum/brightness
go 1.15
require (
github.com/gdamore/tcell/v2 v2.0.0-dev.0.20200926152101-0fb77ddaa5b4
gitlab.com/tslocum/cview v1.5.1-0.20201012004508-bf9ccbdf1a8c
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
)