File tree Expand file tree Collapse file tree 5 files changed +205
-20
lines changed
Expand file tree Collapse file tree 5 files changed +205
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
7170replace (
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
You can’t perform that action at this time.
0 commit comments