diff --git a/go.mod b/go.mod index 56b7f5382..50a10ac5a 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.16 replace ( // WARNING! Do NOT replace these without also replacing their lines in the `require` stanza below. // These `replace` stanzas are IGNORED when this is imported as a library - github.com/containerd/containerd => github.com/oras-project/containerd v1.5.0-beta.4.0.20210910235406-4d64a7c8e9f9 - github.com/containerd/containerd/api => github.com/oras-project/containerd/api v0.0.0-20210910235406-4d64a7c8e9f9 + github.com/containerd/containerd => github.com/oras-project/containerd v1.5.0-beta.4.0.20210914182246-c90d5cff6817 + github.com/containerd/containerd/api => github.com/oras-project/containerd/api v0.0.0-20210914182246-c90d5cff6817 // This one keeps switching versions github.com/oras-project/artifacts-spec => github.com/oras-project/artifacts-spec v0.0.0-20210910233110-813953a626ae github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d diff --git a/go.sum b/go.sum index 200e54d5d..1987c21f3 100644 --- a/go.sum +++ b/go.sum @@ -513,7 +513,10 @@ github.com/oras-project/containerd v1.5.0-beta.4.0.20210903105219-0950109ddf9c h github.com/oras-project/containerd v1.5.0-beta.4.0.20210903105219-0950109ddf9c/go.mod h1:tMt2m3FYr7Hd8NBrZTdqLXQald+ciH7lcB9JV98Skaw= github.com/oras-project/containerd v1.5.0-beta.4.0.20210910235406-4d64a7c8e9f9 h1:9WhVVqILuU3vWOi4qc1EWeQQCpEG4wASXD5FKxhuJBQ= github.com/oras-project/containerd v1.5.0-beta.4.0.20210910235406-4d64a7c8e9f9/go.mod h1:FO7TFjLu1ee+CEX6DolquUjzdh766/dqT1YAT6WgrFE= +github.com/oras-project/containerd v1.5.0-beta.4.0.20210914182246-c90d5cff6817 h1:fxE+f93ZigjjpX9PV6ASRW3nKCZh8a5OV09ByVsBytg= +github.com/oras-project/containerd v1.5.0-beta.4.0.20210914182246-c90d5cff6817/go.mod h1:FO7TFjLu1ee+CEX6DolquUjzdh766/dqT1YAT6WgrFE= github.com/oras-project/containerd/api v0.0.0-20210910235406-4d64a7c8e9f9/go.mod h1:ysm3V7pK5ZnQfXrrHZDUNNih/ZXnZwLPygddnlsrGBA= +github.com/oras-project/containerd/api v0.0.0-20210914182246-c90d5cff6817/go.mod h1:ysm3V7pK5ZnQfXrrHZDUNNih/ZXnZwLPygddnlsrGBA= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc=