github.com/aretext/aretext@v1.3.0/go.mod (about)

     1  module github.com/aretext/aretext
     2  
     3  go 1.22
     4  
     5  require (
     6  	github.com/adrg/xdg v0.4.0
     7  	github.com/gdamore/tcell/v2 v2.7.4
     8  	github.com/google/renameio/v2 v2.0.0
     9  	github.com/mattn/go-runewidth v0.0.15
    10  	github.com/stretchr/testify v1.9.0
    11  	golang.org/x/text v0.14.0
    12  	gopkg.in/yaml.v3 v3.0.1
    13  )
    14  
    15  require (
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/gdamore/encoding v1.0.0 // indirect
    18  	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
    19  	github.com/pmezard/go-difflib v1.0.0 // indirect
    20  	github.com/rivo/uniseg v0.4.3 // indirect
    21  	golang.org/x/sys v0.17.0 // indirect
    22  	golang.org/x/term v0.17.0 // indirect
    23  )