Skip to content

Commit 536608e

Browse files
author
Maksym Pavlenko
authored
Merge pull request containerd#10218 from kiashok/update-platform-pkg
Update platforms package to v0.2.0
2 parents 1bed3e9 + ef76a90 commit 536608e

File tree

7 files changed

+53
-45
lines changed

7 files changed

+53
-45
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/containerd/go-runc v1.1.0
2222
github.com/containerd/log v0.1.0
2323
github.com/containerd/nri v0.6.1
24-
github.com/containerd/platforms v0.1.1
24+
github.com/containerd/platforms v0.2.0
2525
github.com/containerd/plugin v0.1.0
2626
github.com/containerd/ttrpc v1.2.3
2727
github.com/containerd/typeurl/v2 v2.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
5757
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
5858
github.com/containerd/nri v0.6.1 h1:xSQ6elnQ4Ynidm9u49ARK9wRKHs80HCUI+bkXOxV4mA=
5959
github.com/containerd/nri v0.6.1/go.mod h1:7+sX3wNx+LR7RzhjnJiUkFDhn18P5Bg/0VnJ/uXpRJM=
60-
github.com/containerd/platforms v0.1.1 h1:gp0xXBoY+1CjH54gJDon0kBjIbK2C4XSX1BGwP5ptG0=
61-
github.com/containerd/platforms v0.1.1/go.mod h1:XOM2BS6kN6gXafPLg80V6y/QUib+xoLyC3qVmHzibko=
60+
github.com/containerd/platforms v0.2.0 h1:clGNvVIcY3k39VJSYdFGohI1b3bP/eeBUVR5+XA28oo=
61+
github.com/containerd/platforms v0.2.0/go.mod h1:XOM2BS6kN6gXafPLg80V6y/QUib+xoLyC3qVmHzibko=
6262
github.com/containerd/plugin v0.1.0 h1:CYMyZk9beRAIe1FEKItbMLLAz/z16aXrGc+B+nv0fU4=
6363
github.com/containerd/plugin v0.1.0/go.mod h1:j6HlpMtkiZMgT4UsfVNxPBUkwdw9KQGU6nCLfRxnq+w=
6464
github.com/containerd/ttrpc v1.2.3 h1:4jlhbXIGvijRtNC8F/5CpuJZ7yKOBFGFOOXg1bkISz0=

vendor/github.com/containerd/platforms/defaults.go

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

vendor/github.com/containerd/platforms/platforms.go

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

vendor/github.com/containerd/platforms/platforms_other.go

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

vendor/github.com/containerd/platforms/platforms_windows.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ github.com/containerd/nri/pkg/net/multiplex
173173
github.com/containerd/nri/pkg/runtime-tools/generate
174174
github.com/containerd/nri/pkg/stub
175175
github.com/containerd/nri/types/v1
176-
# github.com/containerd/platforms v0.1.1
176+
# github.com/containerd/platforms v0.2.0
177177
## explicit; go 1.20
178178
github.com/containerd/platforms
179179
# github.com/containerd/plugin v0.1.0

0 commit comments

Comments
 (0)