go.mod: integration: move indirect dependencies to the right group
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
		| @@ -4,7 +4,6 @@ go 1.19 | ||||
|  | ||||
| require ( | ||||
| 	github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 | ||||
| 	github.com/Microsoft/go-winio v0.6.1-0.20230228163719-dd5de6900b62 // indirect | ||||
| 	github.com/Microsoft/hcsshim v0.10.0-rc.7 | ||||
| 	github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 | ||||
| 	github.com/containerd/cgroups/v3 v3.0.1 | ||||
| @@ -16,7 +15,6 @@ require ( | ||||
| 	github.com/opencontainers/go-digest v1.0.0 | ||||
| 	github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b | ||||
| 	github.com/opencontainers/runtime-spec v1.1.0-rc.1 | ||||
| 	github.com/sirupsen/logrus v1.9.0 // indirect | ||||
| 	github.com/stretchr/testify v1.8.2 | ||||
| 	go.opentelemetry.io/otel v1.14.0 | ||||
| 	go.opentelemetry.io/otel/sdk v1.14.0 | ||||
| @@ -25,6 +23,7 @@ require ( | ||||
|  | ||||
| require ( | ||||
| 	github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 // indirect | ||||
| 	github.com/Microsoft/go-winio v0.6.1-0.20230228163719-dd5de6900b62 // indirect | ||||
| 	github.com/cilium/ebpf v0.9.1 // indirect | ||||
| 	github.com/containerd/cgroups v1.1.0 // indirect | ||||
| 	github.com/containerd/console v1.0.3 // indirect | ||||
| @@ -53,6 +52,7 @@ require ( | ||||
| 	github.com/pelletier/go-toml v1.9.5 // indirect | ||||
| 	github.com/pkg/errors v0.9.1 // indirect | ||||
| 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||
| 	github.com/sirupsen/logrus v1.9.0 // indirect | ||||
| 	go.opencensus.io v0.24.0 // indirect | ||||
| 	go.opentelemetry.io/otel/trace v1.14.0 // indirect | ||||
| 	golang.org/x/mod v0.8.0 // indirect | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sebastiaan van Stijn
					Sebastiaan van Stijn