From 8c9fef575a250bda0bd6db1bd412f8cc3c71468e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 06:39:41 +0000 Subject: [PATCH] Bump github.com/tenntenn/natureremo from 0.0.1 to 0.4.0 Bumps [github.com/tenntenn/natureremo](https://github.com/tenntenn/natureremo) from 0.0.1 to 0.4.0. - [Release notes](https://github.com/tenntenn/natureremo/releases) - [Commits](https://github.com/tenntenn/natureremo/compare/v0.0.1...v0.4.0) --- updated-dependencies: - dependency-name: github.com/tenntenn/natureremo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 998e8de..daecd82 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/posener/complete v1.2.0 // indirect github.com/spf13/pflag v1.0.5 - github.com/tenntenn/natureremo v0.0.1 + github.com/tenntenn/natureremo v0.4.0 golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 // indirect gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index 37dae4e..ad9f773 100644 --- a/go.sum +++ b/go.sum @@ -20,7 +20,6 @@ github.com/mitchellh/cli v1.0.0 h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= @@ -28,8 +27,8 @@ github.com/posener/complete v1.2.0 h1:uqoIiPjdIpZ9OpVU8TVc+ZQrrzAKGoZNEFYJSmZ7P+ github.com/posener/complete v1.2.0/go.mod h1:6gapUrK/U1TAN7ciCoNRIdVC5sbdBTUh1DKN0g6uH7E= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/tenntenn/natureremo v0.0.1 h1:Ncv4T12rmSqUIQ2MddZbWGwbbMDea1UURU1CjSqH/wM= -github.com/tenntenn/natureremo v0.0.1/go.mod h1:yjrSzQ3xhCaU29aHk5TqouGL6PCjUB7my5/f1J8qVwM= +github.com/tenntenn/natureremo v0.4.0 h1:CS1wrlJWJuoXyVhLRIXAEy+Q7qhXOt3d9cmlzlyQOs4= +github.com/tenntenn/natureremo v0.4.0/go.mod h1:RisYZqmaVZ7u59aITVkk7G1JGU2/nmyp47HD011PciE= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 h1:R91KX5nmbbvEd7w370cbVzKC+EzCTGqZq63Zad5IcLM= golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=