diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,11 +3,11 @@ module git.sr.ht/~taiite/senpai go 1.16 require ( + git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc github.com/gdamore/tcell/v2 v2.3.11 github.com/mattn/go-runewidth v0.0.10 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 ) |