From 34d0d870b08bf6accead030e307352a5353a816d Mon Sep 17 00:00:00 2001 From: Matthias Neugebauer Date: Thu, 21 Mar 2019 17:55:06 +0100 Subject: testing/go-bindata: move to community --- testing/go-bindata/go-remove-runtime.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 testing/go-bindata/go-remove-runtime.patch (limited to 'testing/go-bindata/go-remove-runtime.patch') diff --git a/testing/go-bindata/go-remove-runtime.patch b/testing/go-bindata/go-remove-runtime.patch deleted file mode 100644 index 4cb0349f72..0000000000 --- a/testing/go-bindata/go-remove-runtime.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- ./go-bindata/version.go.orig -+++ ./go-bindata/version.go -@@ -6,7 +6,6 @@ - - import ( - "fmt" -- "runtime" - ) - - const ( -@@ -27,5 +26,5 @@ - } - - return fmt.Sprintf("%s %d.%d.%s (Go runtime %s).\nCopyright (c) 2010-2013, Jim Teeuwen.", -- AppName, AppVersionMajor, AppVersionMinor, AppVersionRev, runtime.Version()) -+ AppName, AppVersionMajor, AppVersionMinor, AppVersionRev, "1.7.0") - } -- cgit v1.2.3