Projects STRLCPY termdash Commits f3c638c8
🤬
  • ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 15 lines
    16 16  - Bump github.com/gdamore/tcell from 2.4.0 to 2.5.1.
    17 17  - Bump github.com/nsf/termbox-go to v1.1.1.
    18 18  - Change the Go version in `go.mod` to 1.17.
     19 +- Executed `go mod tidy`.
    19 20   
    20 21  ### Fixed
    21 22   
    skipped 491 lines
  • ■ ■ ■ ■ ■ ■
    go.mod
    skipped 6 lines
    7 7   github.com/kylelemons/godebug v1.1.0
    8 8   github.com/mattn/go-runewidth v0.0.13
    9 9   github.com/nsf/termbox-go v1.1.1
     10 +)
     11 + 
     12 +require (
     13 + github.com/gdamore/encoding v1.0.0 // indirect
     14 + github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
     15 + github.com/rivo/uniseg v0.2.0 // indirect
    10 16   golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
    11 17   golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
     18 + golang.org/x/text v0.3.7 // indirect
    12 19  )
    13 20   
Please wait...
Page is in error, reload to recover