Move back to GitHub
module gitlab.com/nadimk/diskgem | ||
module github.com/nadimkobeissi/diskgem | ||
go 1.14 | ||
... | ... | @@ -6,10 +6,12 @@ require ( |
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 | ||
github.com/jroimartin/gocui v0.4.0 | ||
github.com/machinebox/progress v0.2.0 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect | ||
github.com/mattn/go-runewidth v0.0.12 // indirect | ||
github.com/nsf/termbox-go v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pkg/sftp v1.11.0 | ||
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 | ||
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect | ||
github.com/pkg/sftp v1.13.0 | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
Please register or sign in to comment