mirror of
https://github.com/vbatts/utils.git
synced 2025-02-03 03:13:33 +00:00
13 lines
442 B
Modula-2
13 lines
442 B
Modula-2
module github.com/vbatts/utils/cmd/see-pr
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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.6.1
|
|
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.0
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
)
|