Skip to content

Commit

Permalink
remove replace directive to fix go install
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Jun 1, 2022
1 parent 2aa1977 commit 7215d3c
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/containerd/containerd v1.5.9 // indirect
github.com/containerd/containerd v1.5.10 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/docker v20.10.12+incompatible // indirect
Expand Down Expand Up @@ -82,5 +82,3 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.10
Loading

0 comments on commit 7215d3c

Please sign in to comment.