From 969a832b5746bc89b05f21bfbd3586a6443a4b59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 10:53:56 -0700 Subject: [PATCH] chore(deps): update golang.org/x/tools commit hash to 9e48ab1 (#179) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e8af52b..0f72336 100644 --- a/go.mod +++ b/go.mod @@ -10,5 +10,5 @@ require ( github.com/olekukonko/tablewriter v0.0.1 github.com/pkg/errors v0.8.1 golang.org/x/sys v0.0.0-20190712063909-fae7ac547cb7 // indirect - golang.org/x/tools v0.0.0-20190715053316-607ca053a137 + golang.org/x/tools v0.0.0-20190715174000-9e48ab1d90cd ) diff --git a/go.sum b/go.sum index 9ac3263..a015bde 100644 --- a/go.sum +++ b/go.sum @@ -110,3 +110,5 @@ golang.org/x/tools v0.0.0-20190712214651-8b927904ee0d h1:KlQeLUDWg+cWfoNyo2obro6 golang.org/x/tools v0.0.0-20190712214651-8b927904ee0d/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190715053316-607ca053a137 h1:JD/hG/8Cy1uTpUou5cTdh88WzXO985+ykk+/kD2B6Og= golang.org/x/tools v0.0.0-20190715053316-607ca053a137/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= +golang.org/x/tools v0.0.0-20190715174000-9e48ab1d90cd h1:WtY90UqL9QgrhtGZXkSuv3VgN9O2zchNuw7mCsy5EAo= +golang.org/x/tools v0.0.0-20190715174000-9e48ab1d90cd/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI=