From: tb Date: Tue, 23 Feb 2021 20:33:46 +0000 (+0000) Subject: Make this test module aware so it passes with Go 1.16 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a7211846a6c33500f9782b1d94f926a55f38f9da;p=openbsd Make this test module aware so it passes with Go 1.16 --- diff --git a/regress/lib/libcrypto/certs/go.mod b/regress/lib/libcrypto/certs/go.mod new file mode 100644 index 00000000000..227db5424dc --- /dev/null +++ b/regress/lib/libcrypto/certs/go.mod @@ -0,0 +1,4 @@ +// $OpenBSD: go.mod,v 1.1 2021/02/23 20:33:46 tb Exp $ +module verify + +go 1.16