diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,4 +8,7 @@ require ( golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 gopkg.in/yaml.v2 v2.3.0 + mvdan.cc/xurls/v2 v2.3.0 ) + +replace github.com/gdamore/tcell/v2 => github.com/hhirtz/tcell/v2 v2.3.12-0.20210807133752-5d743c3ab0c9 |