Skip to content

Commit 5b91cca

Browse files
committed
go.mod: try replacing with local files
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 965d1b9 commit 5b91cca

263 files changed

Lines changed: 4114 additions & 68523 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/containerd/containerd/v2
22

33
go 1.19
44

5-
//replace github.com/containerd/containerd => ./
5+
replace github.com/containerd/containerd => ./
66

77
require (
88
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // replaced; see replace rules for actual version used.
@@ -96,7 +96,6 @@ require (
9696
github.com/go-logr/logr v1.2.3 // indirect
9797
github.com/go-logr/stdr v1.2.2 // indirect
9898
github.com/godbus/dbus/v5 v5.1.0 // indirect
99-
github.com/gogo/googleapis v1.4.0 // indirect
10099
github.com/gogo/protobuf v1.3.2 // indirect
101100
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
102101
github.com/golang/protobuf v1.5.3 // indirect

go.sum

Lines changed: 1068 additions & 395 deletions
Large diffs are not rendered by default.

vendor/github.com/containerd/containerd/.cirrus.yml

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/.golangci.yml

Lines changed: 39 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/.mailmap

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/ADOPTERS.md

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)