Files
xc/go.mod
Pavel Vorobyov e19216f582 natural sort
2020-05-21 17:30:13 +03:00

29 lines
1.2 KiB
Modula-2

module github.com/viert/xc
require (
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/creack/pty v1.1.9 // indirect
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
github.com/fatih/color v1.7.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
github.com/kr/pty v1.1.8
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
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-20190926180335-cea2066c6411
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190927052746-69890759d905 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
go 1.13