diff --git a/packages/sbom-generator/test/fixtures/go/go.mod b/packages/sbom-generator/test/fixtures/go/go.mod index 54f7033af..a7ad366ac 100644 --- a/packages/sbom-generator/test/fixtures/go/go.mod +++ b/packages/sbom-generator/test/fixtures/go/go.mod @@ -2,16 +2,6 @@ module github.com/example/test-go-app go 1.21 -require ( - github.com/spf13/cobra v1.7.0 - github.com/spf13/viper v1.16.0 - gopkg.in/yaml.v3 v3.0.1 - github.com/pkg/errors v0.9.1 // indirect -) - -require ( - github.com/fsnotify/fsnotify v1.6.0 // indirect - github.com/hashicorp/hcl v1.0.0 // indirect -) - replace github.com/old/module => github.com/new/module v1.2.3 + +replace golang.org/x/net v0.10.0 => golang.org/x/net v0.17.0 diff --git a/packages/sbom-generator/test/fixtures/go/go.sum b/packages/sbom-generator/test/fixtures/go/go.sum index a9d4fc79b..e69de29bb 100644 --- a/packages/sbom-generator/test/fixtures/go/go.sum +++ b/packages/sbom-generator/test/fixtures/go/go.sum @@ -1,10 +0,0 @@ -github.com/spf13/cobra v1.7.0 h1:example123 -github.com/spf13/cobra v1.7.0/go.mod h1:example456 -github.com/spf13/viper v1.16.0 h1:example789 -github.com/spf13/viper v1.16.0/go.mod h1:exampleabc -gopkg.in/yaml.v3 v3.0.1 h1:exampledef -gopkg.in/yaml.v3 v3.0.1/go.mod h1:exampleghi -github.com/pkg/errors v0.9.1 h1:examplejkl -github.com/pkg/errors v0.9.1/go.mod h1:examplemno -github.com/fsnotify/fsnotify v1.6.0 h1:examplepqr -github.com/hashicorp/hcl v1.0.0 h1:examplestu