Skip to content

Commit b6ee08e

Browse files
fix(java): remove duplicates of jar libs (#4515)
Co-authored-by: knqyf263 <[email protected]>
1 parent d474040 commit b6ee08e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/alicebob/miniredis/v2 v2.30.2
1616
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
1717
github.com/aquasecurity/defsec v0.89.0
18-
github.com/aquasecurity/go-dep-parser v0.0.0-20230530064755-307b489b6ab8
18+
github.com/aquasecurity/go-dep-parser v0.0.0-20230531031752-12c25a7270cc
1919
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce
2020
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798
2121
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986 h1:2a30
322322
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986/go.mod h1:NT+jyeCzXk6vXR5MTkdn4z64TgGfE5HMLC8qfj5unl8=
323323
github.com/aquasecurity/defsec v0.89.0 h1:5B0mJYraNa2n5zlYuShqOwRt5kqFXdVfGPRYiZJPDuw=
324324
github.com/aquasecurity/defsec v0.89.0/go.mod h1:te+KhIV8w1pDIjTsUQwlc6xRn8gC7f+TJUiFhLlcEHM=
325-
github.com/aquasecurity/go-dep-parser v0.0.0-20230530064755-307b489b6ab8 h1:lXMIhQYY2V1ddpCWYoyTZzLSfEvnb1YwB+Hb7u2qooE=
326-
github.com/aquasecurity/go-dep-parser v0.0.0-20230530064755-307b489b6ab8/go.mod h1:2Yfi9sB8TSwxM/KQDTpy4xFM6zG4yBjc1jS966uMIP8=
325+
github.com/aquasecurity/go-dep-parser v0.0.0-20230531031752-12c25a7270cc h1:viyHnEh6c6G7NHXpDyGsB1NRnCL2YpmtvpQgbDfwNeg=
326+
github.com/aquasecurity/go-dep-parser v0.0.0-20230531031752-12c25a7270cc/go.mod h1:2Yfi9sB8TSwxM/KQDTpy4xFM6zG4yBjc1jS966uMIP8=
327327
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce h1:QgBRgJvtEOBtUXilDb1MLi1p1MWoyFDXAu5DEUl5nwM=
328328
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce/go.mod h1:HXgVzOPvXhVGLJs4ZKO817idqr/xhwsTcj17CLYY74s=
329329
github.com/aquasecurity/go-mock-aws v0.0.0-20230328195059-5bf52338aec3 h1:Vt9y1gZS5JGY3tsL9zc++Cg4ofX51CG7PaMyC5SXWPg=

0 commit comments

Comments
 (0)