mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-22 15:05:39 +00:00
16 lines
586 B
Modula-2
16 lines
586 B
Modula-2
module github.com/vbatts/utils/cmd/see-pr
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/acomagu/bufpipe v1.0.4 // indirect
|
|
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/go-git/go-git/v5 v5.12.0
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|