mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
* Bump gopkg.in/yaml v2 -> v3 * Add branch_trim_direction (default to right) * tmux: remove Formater.remote() Formater.remote() is just remoteBranch() followed by divergence() * tmux: implement and test branch_trim_direction (left|right) * tmux: s/BranchTrimDirection/BranchTrim * README.md: update and add branch_trim * tmux: remove dependency to testify * tmux: use io.Discard in test
10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module github.com/arl/gitmux
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/arl/gitstatus v0.4.3
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|