mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-08 04:04:22 +02:00
15 lines
487 B
Modula-2
15 lines
487 B
Modula-2
module github.com/aybabtme/humanlog
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
|
|
github.com/fatih/color v1.7.1-0.20180516100307-2d684516a886
|
|
github.com/go-logfmt/logfmt v0.4.0
|
|
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
|
|
github.com/mattn/go-colorable v0.1.0
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/urfave/cli v1.20.1-0.20180226030253-8e01ec4cd3e2
|
|
golang.org/x/sys v0.0.0-20170407050850-f3918c30c5c2 // indirect
|
|
)
|