mirror of
https://github.com/arl/gitmux.git
synced 2026-09-09 23:16:28 -04:00
19 lines
368 B
Modula-2
19 lines
368 B
Modula-2
module github.com/arl/gitmux
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/arl/gitstatus v0.7.0
|
|
github.com/rogpeppe/go-internal v1.14.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/tools v0.35.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|