dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

go.mod (349B)


      1 module soundboard
      2 
      3 go 1.24.0
      4 
      5 require github.com/gdamore/tcell/v2 v2.13.9
      6 
      7 require (
      8 	github.com/gdamore/encoding v1.0.1 // indirect
      9 	github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
     10 	github.com/rivo/uniseg v0.4.7 // indirect
     11 	golang.org/x/sys v0.38.0 // indirect
     12 	golang.org/x/term v0.37.0 // indirect
     13 	golang.org/x/text v0.31.0 // indirect
     14 )