From e0340edd933804e757756787bba0e764d6e543b5 Mon Sep 17 00:00:00 2001 From: Tom Liu <32833966+TomLiu-GitHub@users.noreply.github.com> Date: Mon, 15 Oct 2018 14:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0github.com/go-sql-driver/mysq?= =?UTF-8?q?l=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新github.com/go-sql-driver/mysql包 解决连接mysql8报runtime error: invalid memory address or nil pointer dereference goroutine 3的问题 --- src/vendor/manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vendor/manifest b/src/vendor/manifest index bd4bf5ac..4cd724e1 100644 --- a/src/vendor/manifest +++ b/src/vendor/manifest @@ -105,7 +105,7 @@ { "importpath": "github.com/go-sql-driver/mysql", "repository": "https://github.com/go-sql-driver/mysql", - "revision": "3654d25ec346ee8ce71a68431025458d52a38ac0", + "revision": "361f66ef3b53de1f16b7f2af9ef38a6c159ceb3e", "branch": "master" }, { @@ -524,4 +524,4 @@ "path": "/transform" } ] -} \ No newline at end of file +}