From c0c5234cd963dbde6d9167934bd168fc78e51f49 Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Mon, 25 Nov 2019 14:16:03 +0000 Subject: [PATCH] update module file for go 1.13 --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index f72a016a..5ceabdd5 100644 --- a/go.mod +++ b/go.mod @@ -40,3 +40,5 @@ require ( ) replace github.com/fullsailor/pkcs7 => github.com/groob/pkcs7 v0.0.0-20180824154052-36585635cb64 + +go 1.13