diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,3 +3,13 @@ module codeberg.org/snonux/perc go 1.25.4 require github.com/magefile/mage v1.15.0 + +require ( + github.com/c-bata/go-prompt v0.2.6 // indirect + github.com/mattn/go-colorable v0.1.7 // indirect + github.com/mattn/go-isatty v0.0.12 // indirect + github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/mattn/go-tty v0.0.3 // indirect + github.com/pkg/term v1.2.0-beta.2 // indirect + golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect +) |
