Files
trivy/integration/testdata/fixtures/repo/gomod/submod2/go.mod
Teppei Fukuda d19c7d9f29 feat(repo): support local repositories (#4890)
* feat(repo): support local repositories

* fix tests

* test: fix client/server tests

* docs: update

* test: add fs tests

* test: do not update golden files if overridden

* docs: remove a comment about fs deprecation
2023-07-31 11:27:36 +00:00

8 lines
101 B
Modula-2

module github.com/testdata/testdata/submod2
go 1.15
require (
github.com/davecgh/go-spew v1.1.0
)