go.mod.patch (523B)
1 diff --git i/go.mod w/go.mod 2 index d04dc07..3992fab 100644 3 --- i/go.mod 4 +++ w/go.mod 5 @@ -1,6 +1,6 @@ 6 module git.sr.ht/~hedy/gelim 7 8 -go 1.16 9 +go 1.18 10 11 require ( 12 git.sr.ht/~adnano/go-xdg v0.1.0 13 @@ -12,3 +12,10 @@ require ( 14 github.com/spf13/pflag v1.0.5 15 golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 16 ) 17 + 18 +require ( 19 + github.com/mattn/go-colorable v0.1.13 // indirect 20 + github.com/mattn/go-isatty v0.0.17 // indirect 21 + github.com/mattn/go-runewidth v0.0.3 // indirect 22 + golang.org/x/sys v0.6.0 // indirect 23 +)