github.com/grzegorz-zur/bm@v0.0.0-20240312214136-6fc133e3e2c0/go.mod (about)

     1  module github.com/grzegorz-zur/bm
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/gdamore/tcell v1.4.0
     7  	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
     8  	github.com/mattn/go-runewidth v0.0.15 // indirect
     9  	github.com/rivo/uniseg v0.4.7 // indirect
    10  	golang.org/x/sys v0.18.0 // indirect
    11  	golang.org/x/text v0.14.0 // indirect
    12  )