mirror of
https://github.com/kemko/xc.git
synced 2026-01-01 15:55:43 +03:00
16 lines
661 B
Modula-2
16 lines
661 B
Modula-2
module github.com/viert/xc
|
|
|
|
require (
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
|
|
github.com/kr/pty v1.1.8
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/npat-efault/poller v2.0.0+incompatible
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/viert/properties v0.0.0-20190120163359-e72631698e82
|
|
github.com/viert/sekwence v0.0.0-20190110111110-24bab1ce82a0
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
|
golang.org/x/sys v0.0.0-20190924062700-2aa67d56cdd7 // indirect
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
|
)
|