From 28264233ab842f193b6b3dd3755f1206f4d5b6f1 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 9 Jan 2020 17:57:55 +0100 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20comment=20with=20the=20correc?= =?UTF-8?q?t=20k8s=20version=20=F0=9F=98=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is one of the downside of go modules, it replace the branch name to a git magic thingy, making it impossible to know which branch you were tracking initially. The comment was saying 1.12.9, but it is 1.13.4 (k8s deps got bump before switching to go modules and the comment was never updated). Signed-off-by: Vincent Demeester --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 531c04d0a94..3e718ebb0e1 100644 --- a/go.mod +++ b/go.mod @@ -79,7 +79,7 @@ replace ( knative.dev/pkg/vendor/github.com/spf13/pflag => github.com/spf13/pflag v1.0.5 ) -// Pin k8s deps to 1.12.9 +// Pin k8s deps to 1.13.4 replace ( k8s.io/api => k8s.io/api v0.0.0-20191004102255-dacd7df5a50b