From 1d3931dd2f3b4effe34b9bbd833b8c7ebbdea726 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 05:01:23 +0000 Subject: [PATCH] Bump github.com/txn2/txeh from 1.2.2 to 1.3.0 Bumps [github.com/txn2/txeh](https://github.com/txn2/txeh) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/txn2/txeh/releases) - [Changelog](https://github.com/txn2/txeh/blob/master/goreleaser.yml) - [Commits](https://github.com/txn2/txeh/compare/v1.2.2...v1.3.0) 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 69c4c527..fc4c1c5f 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/radovskyb/watcher v1.0.7 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.4.0 - github.com/txn2/txeh v1.2.2 + github.com/txn2/txeh v1.3.0 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect diff --git a/go.sum b/go.sum index c49bc983..dd8eb17e 100644 --- a/go.sum +++ b/go.sum @@ -172,6 +172,8 @@ github.com/txn2/txeh v1.2.0 h1:X9Pu4/FLK3BvpaiLw1diZT9iHfRtA1AtPjRj61R/5aI= github.com/txn2/txeh v1.2.0/go.mod h1:ZjxVrLPqwKzFone9TXvhynlP06p7JfYQ8DyDsnNyovI= github.com/txn2/txeh v1.2.2 h1:8y+kEMJz/6Ri1n7Twb0r1BLCCjETu2LPixeN2AjG/eo= github.com/txn2/txeh v1.2.2/go.mod h1:O7M6gUTPeMF+vsa4c4Ipx3JDkOYrruB1Wry8QRsMcw8= +github.com/txn2/txeh v1.3.0 h1:vnbv63htVMZCaQgLqVBxKvj2+HHHFUzNW7I183zjg3E= +github.com/txn2/txeh v1.3.0/go.mod h1:O7M6gUTPeMF+vsa4c4Ipx3JDkOYrruB1Wry8QRsMcw8= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= golang.org/x/crypto v0.0.0-20181025213731-e84da0312774/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=