From 5be716807eff60e3691b38f0fa5a84527d4fa502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 03:06:54 +0000 Subject: [PATCH] Bump github.com/guptarohit/asciigraph from 0.5.2 to 0.5.5 Bumps [github.com/guptarohit/asciigraph](https://github.com/guptarohit/asciigraph) from 0.5.2 to 0.5.5. - [Release notes](https://github.com/guptarohit/asciigraph/releases) - [Changelog](https://github.com/guptarohit/asciigraph/blob/master/.goreleaser.yml) - [Commits](https://github.com/guptarohit/asciigraph/compare/v0.5.2...v0.5.5) --- updated-dependencies: - dependency-name: github.com/guptarohit/asciigraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 626cb06..3e6a92e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/fatih/color v1.13.0 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect - github.com/guptarohit/asciigraph v0.5.2 + github.com/guptarohit/asciigraph v0.5.5 github.com/kr/text v0.2.0 // indirect github.com/m7shapan/njson v1.0.3 github.com/magiconair/properties v1.8.4 // indirect diff --git a/go.sum b/go.sum index 6d0810c..4f3f158 100644 --- a/go.sum +++ b/go.sum @@ -80,8 +80,8 @@ github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= -github.com/guptarohit/asciigraph v0.5.2 h1:aG4kATuuyHQMdTi89KKVIRIcDSIHrsKIozo/UsUE5AM= -github.com/guptarohit/asciigraph v0.5.2/go.mod h1:dYl5wwK4gNsnFf9Zp+l06rFiDZ5YtXM6x7SRWZ3KGag= +github.com/guptarohit/asciigraph v0.5.5 h1:ccFnUF8xYIOUPPY3tmdvRyHqmn1MYI9iv1pLKX+/ZkQ= +github.com/guptarohit/asciigraph v0.5.5/go.mod h1:dYl5wwK4gNsnFf9Zp+l06rFiDZ5YtXM6x7SRWZ3KGag= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=