From 39758a3c792ed348315669b47880a99f2dd80440 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Wed, 17 Jan 2024 11:21:15 +0100 Subject: [PATCH] tests: integration: Update build-config data with Go 1.21 Signed-off-by: Erik Skultety --- .../gomod_e2e_multiple_modules/bom.json | 11 ----- .../test_data/gomod_e2e_test/bom.json | 44 ------------------- .../gomod_go_generate_imported/bom.json | 11 ----- .../test_data/gomod_local_deps/bom.json | 11 ----- .../bom.json | 11 ----- .../bom.json | 11 ----- .../gomod_vendor_check_no_vendor/bom.json | 11 ----- .../gomod_vendored_with_flag/bom.json | 11 ----- .../test_data/gomod_with_deps/bom.json | 11 ----- 9 files changed, 132 deletions(-) diff --git a/tests/integration/test_data/gomod_e2e_multiple_modules/bom.json b/tests/integration/test_data/gomod_e2e_multiple_modules/bom.json index 42e047b03..8199248cf 100644 --- a/tests/integration/test_data/gomod_e2e_multiple_modules/bom.json +++ b/tests/integration/test_data/gomod_e2e_multiple_modules/bom.json @@ -196,17 +196,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_e2e_test/bom.json b/tests/integration/test_data/gomod_e2e_test/bom.json index 4c7b69afd..d7b7ba072 100644 --- a/tests/integration/test_data/gomod_e2e_test/bom.json +++ b/tests/integration/test_data/gomod_e2e_test/bom.json @@ -864,17 +864,6 @@ "purl": "pkg:golang/internal/abi?type=package", "type": "library" }, - { - "name": "internal/bisect", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/bisect?type=package", - "type": "library" - }, { "name": "internal/buildcfg", "properties": [ @@ -952,17 +941,6 @@ "purl": "pkg:golang/internal/godebug?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ @@ -1062,17 +1040,6 @@ "purl": "pkg:golang/internal/oserror?type=package", "type": "library" }, - { - "name": "internal/platform", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/platform?type=package", - "type": "library" - }, { "name": "internal/poll", "properties": [ @@ -1205,17 +1172,6 @@ "purl": "pkg:golang/io?type=package", "type": "library" }, - { - "name": "log/internal", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/log/internal?type=package", - "type": "library" - }, { "name": "log/syslog", "properties": [ diff --git a/tests/integration/test_data/gomod_go_generate_imported/bom.json b/tests/integration/test_data/gomod_go_generate_imported/bom.json index 00937e924..8d6919767 100644 --- a/tests/integration/test_data/gomod_go_generate_imported/bom.json +++ b/tests/integration/test_data/gomod_go_generate_imported/bom.json @@ -192,17 +192,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_local_deps/bom.json b/tests/integration/test_data/gomod_local_deps/bom.json index 3266a8cf3..ae5d90dfe 100644 --- a/tests/integration/test_data/gomod_local_deps/bom.json +++ b/tests/integration/test_data/gomod_local_deps/bom.json @@ -149,17 +149,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_multiple_modules_missing_checksums/bom.json b/tests/integration/test_data/gomod_multiple_modules_missing_checksums/bom.json index 17b903b4f..8fbe065b5 100644 --- a/tests/integration/test_data/gomod_multiple_modules_missing_checksums/bom.json +++ b/tests/integration/test_data/gomod_multiple_modules_missing_checksums/bom.json @@ -159,17 +159,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_vendor_check_correct_vendor/bom.json b/tests/integration/test_data/gomod_vendor_check_correct_vendor/bom.json index d4cda39e1..f5c1b475a 100644 --- a/tests/integration/test_data/gomod_vendor_check_correct_vendor/bom.json +++ b/tests/integration/test_data/gomod_vendor_check_correct_vendor/bom.json @@ -160,17 +160,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_vendor_check_no_vendor/bom.json b/tests/integration/test_data/gomod_vendor_check_no_vendor/bom.json index 1900427e0..346a7a2a8 100644 --- a/tests/integration/test_data/gomod_vendor_check_no_vendor/bom.json +++ b/tests/integration/test_data/gomod_vendor_check_no_vendor/bom.json @@ -160,17 +160,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_vendored_with_flag/bom.json b/tests/integration/test_data/gomod_vendored_with_flag/bom.json index 2c900a75b..d1cb8b493 100644 --- a/tests/integration/test_data/gomod_vendored_with_flag/bom.json +++ b/tests/integration/test_data/gomod_vendored_with_flag/bom.json @@ -160,17 +160,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [ diff --git a/tests/integration/test_data/gomod_with_deps/bom.json b/tests/integration/test_data/gomod_with_deps/bom.json index 90e5b5938..4652c7940 100644 --- a/tests/integration/test_data/gomod_with_deps/bom.json +++ b/tests/integration/test_data/gomod_with_deps/bom.json @@ -160,17 +160,6 @@ "purl": "pkg:golang/internal/goarch?type=package", "type": "library" }, - { - "name": "internal/godebugs", - "properties": [ - { - "name": "cachi2:found_by", - "value": "cachi2" - } - ], - "purl": "pkg:golang/internal/godebugs?type=package", - "type": "library" - }, { "name": "internal/goexperiment", "properties": [