Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paketo-buildpacks/go-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70364fd86516843e44f5501dcf1ad09e129109f3
Choose a base ref
..
head repository: paketo-buildpacks/go-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0f9f86fd5c9d8eeac9a9c8db2387db0fccc006c
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −0 go.mod
  2. +0 −1 go.sum
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@ require (
github.com/sclevine/spec v1.4.0
)

// pin to v0.6.0 because github.com/anchore/syft relies on abstractions in this version
replace github.com/CycloneDX/cyclonedx-go => github.com/CycloneDX/cyclonedx-go v0.6.0

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/CycloneDX/cyclonedx-go v0.6.0 // indirect
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -179,7 +179,6 @@ github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/CycloneDX/cyclonedx-go v0.5.2/go.mod h1:nQCiF4Tvrg5Ieu8qPhYMvzPGMu5I7fANZkrSsJjl5mg=
github.com/CycloneDX/cyclonedx-go v0.6.0 h1:SizWGbZzFTC/O/1yh072XQBMxfvsoWqd//oKCIyzFyE=
github.com/CycloneDX/cyclonedx-go v0.6.0/go.mod h1:nQCiF4Tvrg5Ieu8qPhYMvzPGMu5I7fANZkrSsJjl5mg=
github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=