fix empty spec files and automatically upload tarball to gcs
... | ... | @@ -3,7 +3,7 @@ module github.com/mstg/srpmproc |
go 1.15 | ||
require ( | ||
cloud.google.com/go/storage v1.12.0 // indirect | ||
cloud.google.com/go/storage v1.12.0 | ||
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 | ||
... | ... | @@ -11,4 +11,5 @@ require ( |
github.com/go-git/go-git/v5 v5.2.0 | ||
github.com/sirupsen/logrus v1.2.0 | ||
github.com/spf13/cobra v1.1.1 | ||
google.golang.org/api v0.32.0 | ||
) |
Please register or sign in to comment