From 207fcf2cb67d97d3bd07694fae29b5f8b051c6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 04:06:51 +0000 Subject: [PATCH] Bump github.com/manicminer/hamilton from 0.40.0 to 0.40.1 Bumps [github.com/manicminer/hamilton](https://github.com/manicminer/hamilton) from 0.40.0 to 0.40.1. - [Release notes](https://github.com/manicminer/hamilton/releases) - [Changelog](https://github.com/manicminer/hamilton/blob/main/CHANGELOG.md) - [Commits](https://github.com/manicminer/hamilton/compare/v0.40.0...v0.40.1) --- updated-dependencies: - dependency-name: github.com/manicminer/hamilton 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 02d90c7e..5aa800dc 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/go-redis/redis/v8 v8.11.4 github.com/google/go-cmp v0.5.7 github.com/gorilla/mux v1.8.0 - github.com/manicminer/hamilton v0.40.0 + github.com/manicminer/hamilton v0.40.1 github.com/manifoldco/promptui v0.9.0 github.com/olekukonko/tablewriter v0.0.5 github.com/patrickmn/go-cache v2.1.0+incompatible diff --git a/go.sum b/go.sum index 518f3aec..91819471 100644 --- a/go.sum +++ b/go.sum @@ -382,8 +382,8 @@ github.com/lestrrat-go/option v1.0.0/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmt github.com/lestrrat-go/pdebug/v3 v3.0.1/go.mod h1:za+m+Ve24yCxTEhR59N7UlnJomWwCiIqbJRmKeiADU4= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/manicminer/hamilton v0.40.0 h1:I+S0LGC3QiSAUlw3cepFL/czn0JhGxf4aM08riAFMb8= -github.com/manicminer/hamilton v0.40.0/go.mod h1:IOYn2Dc9SUiZ7Ryw6c8Ay795vPPMnrCZe3MktS447dc= +github.com/manicminer/hamilton v0.40.1 h1:EcKl91ZHBA2NRwz2dyerPbkqH1PUR5GYJwqRUo1yCLg= +github.com/manicminer/hamilton v0.40.1/go.mod h1:IOYn2Dc9SUiZ7Ryw6c8Ay795vPPMnrCZe3MktS447dc= github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA= github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg= github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=