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