mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
* tmux: cosmetics * bump gitstatus to v0.6.0 * testscript: set TestWork to true * Add Insertions/Deletions to Symbols and Styles * Show insertions/deletions if 'stats' is in the layout * Add Test_stats * Update README.md
17 lines
413 B
Modula-2
17 lines
413 B
Modula-2
module github.com/arl/gitmux
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/arl/gitstatus v0.6.0
|
|
github.com/rogpeppe/go-internal v1.9.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|