mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
123 lines
5.0 KiB
Plaintext
123 lines
5.0 KiB
Plaintext
GOPATH directory structure containing pkg/mod with cached Go module dependencies.
|
|
This is used as a shared test fixture across multiple test cases.
|
|
All file paths must include the "pkg/mod/" prefix to properly represent the GOPATH structure.
|
|
|
|
-- pkg/mod/github.com/!burnt!sushi/toml@v0.3.1/COPYING --
|
|
The MIT License (MIT)
|
|
|
|
Copyright (c) 2013 TOML authors
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
-- pkg/mod/github.com/aquasecurity/go-dep-parser@v0.0.0-20220406074731-71021a481237/LICENSE --
|
|
MIT License
|
|
|
|
Copyright (c) 2019 Teppei Fukuda
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
-- pkg/mod/github.com/aquasecurity/go-dep-parser@v0.0.0-20220406074731-71021a481237/go.mod --
|
|
module github.com/aquasecurity/go-dep-parser
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-retryablehttp v0.7.2
|
|
github.com/liamg/jfather v0.0.7
|
|
github.com/microsoft/go-rustaudit v0.0.0-20220808201409-204dfee52032
|
|
github.com/samber/lo v1.37.0
|
|
github.com/stretchr/testify v1.8.1
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/exp v0.0.0-20220407100705-7b9b53b0aca4
|
|
golang.org/x/mod v0.8.0
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|
|
-- pkg/mod/github.com/aquasecurity/go-dep-parser@v0.0.0-20230219131432-590b1dfb6edd/go.mod --
|
|
module github.com/aquasecurity/go-dep-parser
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-retryablehttp v0.7.2
|
|
github.com/liamg/jfather v0.0.7
|
|
github.com/microsoft/go-rustaudit v0.0.0-20220808201409-204dfee52032
|
|
github.com/samber/lo v1.37.0
|
|
github.com/stretchr/testify v1.8.1
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/exp v0.0.0-20220407100705-7b9b53b0aca4
|
|
golang.org/x/mod v0.8.0
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|
|
-- pkg/mod/github.com/aquasecurity/go-dep-parser@v0.0.1/go.mod --
|
|
module github.com/aquasecurity/go-dep-parser
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
|
|
)
|
|
-- pkg/mod/github.com/sad/sad@v0.0.1/go.mod --
|
|
wrong
|