mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2025-02-03 23:13:31 +00:00
9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
|
module github.com/vbatts/utils/cmd/see-pr
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/go-git/go-git/v5 v5.0.0
|
||
|
github.com/sirupsen/logrus v1.6.0
|
||
|
)
|