Skip to content

Commit

Permalink
Updated oras-project/containerd with artifact filtering (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Sajay Antony <sajaya@microsoft.com>
  • Loading branch information
sajayantony authored Sep 14, 2021
1 parent e427ad8 commit f01d975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit f01d975

Please sign in to comment.