mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-11-12 16:21:25 +00:00
15 lines
420 B
Modula-2
15 lines
420 B
Modula-2
module github.com/mstg/srpmproc
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.12.0 // indirect
|
|
github.com/bluekeyes/go-gitdiff v0.5.0
|
|
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
|
|
github.com/cavaliercoder/go-rpm v0.0.0-20200122174316-8cb9fd9c31a8
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/cobra v1.1.1
|
|
)
|