Skip to content

Commit

Permalink
feat(jar): add file path (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Dec 21, 2021
1 parent 82fba77 commit 628a796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
github.com/aquasecurity/fanal v0.0.0-20211219093710-4d222c896841
github.com/aquasecurity/fanal v0.0.0-20211221055805-49324ef1fe1f
github.com/aquasecurity/go-dep-parser v0.0.0-20211110174639-8257534ffed3
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ github.com/aquasecurity/cfsec v0.2.2 h1:hq6MZlg7XFZsrerCv297N4HRlnJM7K6LLd/l/xCz
github.com/aquasecurity/cfsec v0.2.2/go.mod h1:sUELRJqIPXTOZiHUx7TzyyFFzuk0W22IG6IWAoV8T6U=
github.com/aquasecurity/defsec v0.0.37 h1:zdZndlKrW257b8VLK1UwfmXiyPuDrNA+wzBilHRk1LA=
github.com/aquasecurity/defsec v0.0.37/go.mod h1:csaBEcJ3AKy44expnW0dCANEZcS/c1vcJjwBCbnKWBM=
github.com/aquasecurity/fanal v0.0.0-20211219093710-4d222c896841 h1:t/N3tPHOPdb+OGhhW8I5LcMS5nO357JotImARUn/+2I=
github.com/aquasecurity/fanal v0.0.0-20211219093710-4d222c896841/go.mod h1:hPIlYo0c9yTRhmf2VkihSKLhvDsBQv5PTShfGQ7vkJY=
github.com/aquasecurity/fanal v0.0.0-20211221055805-49324ef1fe1f h1:dCu04zS+/K0ew0NANrRKfLJssLqxzgusJ2eSEQmWZWQ=
github.com/aquasecurity/fanal v0.0.0-20211221055805-49324ef1fe1f/go.mod h1:hPIlYo0c9yTRhmf2VkihSKLhvDsBQv5PTShfGQ7vkJY=
github.com/aquasecurity/go-dep-parser v0.0.0-20211110174639-8257534ffed3 h1:zYNhYU4HUqJq+Lqhwf68gvd+v0cKqM2XOmggtHYLkoU=
github.com/aquasecurity/go-dep-parser v0.0.0-20211110174639-8257534ffed3/go.mod h1:Zc7Eo6tFl9l4XcqsWeabD7jHnXRBK/LdgZuu9GTSVLU=
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce h1:QgBRgJvtEOBtUXilDb1MLi1p1MWoyFDXAu5DEUl5nwM=
Expand Down

0 comments on commit 628a796

Please sign in to comment.