elastop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

go.mod (459B)

      1 module elastop
      2 
      3 go 1.23.2
      4 
      5 require (
      6 	github.com/gdamore/tcell/v2 v2.7.4
      7 	github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592
      8 )
      9 
     10 require (
     11 	github.com/gdamore/encoding v1.0.0 // indirect
     12 	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
     13 	github.com/mattn/go-runewidth v0.0.15 // indirect
     14 	github.com/rivo/uniseg v0.4.7 // indirect
     15 	golang.org/x/sys v0.17.0 // indirect
     16 	golang.org/x/term v0.17.0 // indirect
     17 	golang.org/x/text v0.14.0 // indirect
     18 )