From b8d32ed8823f5832ffcb6c67c5beeb68adbdf529 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 4 Jul 2019 21:20:02 -0700 Subject: [PATCH] Bumped goutmp -> 1.0.1 Signed-off-by: Russ Magee --- consts.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consts.go b/consts.go index dc3608b..527d952 100644 --- a/consts.go +++ b/consts.go @@ -10,4 +10,4 @@ package hkexsh // common constants for the HKExSh // Version string returned by tools -const Version = "0.8.3 (NO WARRANTY)" +const Version = "0.8.4 (NO WARRANTY)" diff --git a/go.mod b/go.mod index a45ad3d..6b9f669 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.12 require ( blitter.com/go/cryptmt v1.0.0 - blitter.com/go/goutmp v1.0.0 + blitter.com/go/goutmp v1.0.1 blitter.com/go/herradurakex v1.0.0 blitter.com/go/mtwist v1.0.0 // indirect git.schwanenlied.me/yawning/chacha20.git v0.0.0-20170904085104-e3b1f968fc63 // indirect