diff --git a/vendor.mod b/vendor.mod index b78aaa1a57..26a4355b5a 100644 --- a/vendor.mod +++ b/vendor.mod @@ -4,7 +4,7 @@ module github.com/docker/cli // There is no 'go.mod' file, as that would imply opting in for all the rules // around SemVer, which this repo cannot abide by as it uses CalVer. -go 1.21 +go 1.21.0 require ( dario.cat/mergo v1.0.0