X Tutup
Skip to content

Commit 4660e4d

Browse files
authored
Merge pull request containerd#4153 from thaJeztah/update_go_events
vendor: update go-events to fix alignment for 32bit systems
2 parents 173cbc1 + 056d602 commit 4660e4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ github.com/containerd/ttrpc 92c8520ef9f86600c650dd540266
1111
github.com/containerd/typeurl a93fcdb778cd272c6e9b3028b2f42d813e785d40 # v1.0.0
1212
github.com/coreos/go-systemd/v22 2d78030078ef61b3cae27f42ad6d0e46db51b339 # v22.0.0
1313
github.com/cpuguy83/go-md2man 7762f7e404f8416dfa1d9bb6a8c192aa9acb4d19 # v1.0.10
14-
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
14+
github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
1515
github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c # v0.0.1
1616
github.com/docker/go-units 519db1ee28dcc9fd2474ae59fca29a810482bfb1 # v0.4.0
1717
github.com/godbus/dbus/v5 37bf87eef99d69c4f1d3528bd66e3a87dc201472 # v5.0.3

vendor/github.com/docker/go-events/retry.go

Lines changed: 1 addition & 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)
X Tutup