From b8b24e2fde2c169f1251bdcea36e4235da87471b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:39:50 +0000 Subject: [PATCH] Bump github.com/lucasb-eyer/go-colorful from 1.0.2 to 1.0.3 Bumps [github.com/lucasb-eyer/go-colorful](https://github.com/lucasb-eyer/go-colorful) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/lucasb-eyer/go-colorful/releases) - [Commits](https://github.com/lucasb-eyer/go-colorful/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 12cee4c..2b096b4 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/google/uuid v1.1.1 github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8 github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356 // indirect - github.com/lucasb-eyer/go-colorful v1.0.2 + github.com/lucasb-eyer/go-colorful v1.0.3 github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f github.com/minio/sha256-simd v0.1.1 // indirect github.com/multiformats/go-multihash v0.0.8 // indirect diff --git a/go.sum b/go.sum index 11ddd16..8ae9e2d 100644 --- a/go.sum +++ b/go.sum @@ -204,6 +204,8 @@ github.com/kshvakov/clickhouse v1.3.5/go.mod h1:DMzX7FxRymoNkVgizH0DWAL8Cur7wHLg github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lucasb-eyer/go-colorful v1.0.2 h1:mCMFu6PgSozg9tDNMMK3g18oJBX7oYGrC09mS6CXfO4= github.com/lucasb-eyer/go-colorful v1.0.2/go.mod h1:0MS4r+7BZKSJ5mw4/S5MPN+qHFF1fYclkSPilDOKW0s= +github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac= +github.com/lucasb-eyer/go-colorful v1.0.3/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= github.com/maruel/panicparse v0.0.0-20160720141634-ad661195ed0e/go.mod h1:nty42YY5QByNC5MM7q/nj938VbgPU7avs45z6NClpxI= github.com/mattn/go-colorable v0.1.0/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.1 h1:G1f5SKeVxmagw/IyvzvtZE4Gybcc4Tr1tf7I8z0XgOg=