Skip to content

Commit 86bec21

Browse files
committed
[release/1.5] remove empty go mod to allow building for go 1.18
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent a7c9377 commit 86bec21

File tree

5 files changed

+205
-20
lines changed

5 files changed

+205
-20
lines changed

.empty-mod/go.mod

Lines changed: 0 additions & 11 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ require (
4646
github.com/pelletier/go-toml v1.8.1
4747
github.com/pkg/errors v0.9.1
4848
github.com/prometheus/client_golang v1.7.1
49-
github.com/satori/go.uuid v1.2.0 // indirect
5049
github.com/sirupsen/logrus v1.8.1
5150
github.com/stretchr/testify v1.6.1
5251
github.com/tchap/go-patricia v2.2.6+incompatible
@@ -69,9 +68,6 @@ require (
6968

7069
// When updating replace rules, make sure to also update the rules in integration/client/go.mod
7170
replace (
72-
// prevent transitional dependencies due to containerd having a circular
73-
// dependency on itself through plugins. see .empty-mod/go.mod for details
74-
github.com/containerd/containerd => ./.empty-mod/
7571
github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
7672
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
7773
// urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092

0 commit comments

Comments
 (0)