scorecard/gitcache/go.mod
dependabot[bot] 146e8e7dab
🌱 Bump github.com/onsi/gomega in /gitcache (#408)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.11.0...v1.12.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
2021-05-09 12:13:10 -04:00

21 lines
734 B
Modula-2

module github.com/ossf/scorecard/gitcache
go 1.15
require (
github.com/go-git/go-git/v5 v5.3.0
github.com/go-vela/archiver v2.1.0+incompatible // indirect
github.com/mholt/archiver v3.1.1+incompatible
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.16.0
gocloud.dev v0.22.0
golang.org/x/tools v0.1.0 // indirect
)
// The originial repository does not handle symlinks and there is an open PR https://github.com/mholt/archiver/pull/230.
// The replace uses the fork that has the fix for the above issue.
replace github.com/mholt/archiver => github.com/go-vela/archiver v1.1.3-0.20200811184543-d2452770f58c