Skip to content

Commit

Permalink
tests: integration: Update build-config data with Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Skultety <[email protected]>
  • Loading branch information
eskultety committed Jan 18, 2024
1 parent d78a802 commit 39758a3
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 132 deletions.
11 changes: 0 additions & 11 deletions tests/integration/test_data/gomod_e2e_multiple_modules/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
44 changes: 0 additions & 44 deletions tests/integration/test_data/gomod_e2e_test/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
11 changes: 0 additions & 11 deletions tests/integration/test_data/gomod_go_generate_imported/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 0 additions & 11 deletions tests/integration/test_data/gomod_local_deps/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 0 additions & 11 deletions tests/integration/test_data/gomod_vendor_check_no_vendor/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 0 additions & 11 deletions tests/integration/test_data/gomod_vendored_with_flag/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 0 additions & 11 deletions tests/integration/test_data/gomod_with_deps/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 39758a3

Please sign in to comment.