Skip to content

Commit

Permalink
[release/1.6] remove empty go mod to allow building for go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 23, 2022
1 parent 921cf57 commit 765df66
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .empty-mod/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ require (
github.com/opencontainers/selinux v1.10.0
github.com/pelletier/go-toml v1.9.3
github.com/prometheus/client_golang v1.11.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tchap/go-patricia v2.2.6+incompatible
Expand Down Expand Up @@ -87,9 +86,6 @@ require (

// When updating replace rules, make sure to also update the rules in integration/client/go.mod and api/go.mod
replace (
// prevent transitional dependencies due to containerd having a circular
// dependency on itself through plugins. see .empty-mod/go.mod for details
github.com/containerd/containerd => ./.empty-mod/
github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
// urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
github.com/urfave/cli => github.com/urfave/cli v1.22.1
Expand Down
Loading

0 comments on commit 765df66

Please sign in to comment.