commit c41b006be1 updated the version of
docker/docker in go.mod, but possibly overlooked that there was still a
replace rule present. As a result the version was not actually updated.
This patch removes the replace rule, updating docker/docker to 9f28837c1d93
full diff: https://github.com/docker/docker/compare/4634ce647cf2...9f28837c1d93
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
146 B
AMPL
9 lines
146 B
AMPL
module github.com/moby/sys/mount
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/moby/sys/mountinfo v0.1.0
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
|
)
|