Make this test module aware so it passes with Go 1.16
authortb <tb@openbsd.org>
Tue, 23 Feb 2021 20:33:46 +0000 (20:33 +0000)
committertb <tb@openbsd.org>
Tue, 23 Feb 2021 20:33:46 +0000 (20:33 +0000)
regress/lib/libcrypto/certs/go.mod [new file with mode: 0644]

diff --git a/regress/lib/libcrypto/certs/go.mod b/regress/lib/libcrypto/certs/go.mod
new file mode 100644 (file)
index 0000000..227db54
--- /dev/null
@@ -0,0 +1,4 @@
+// $OpenBSD: go.mod,v 1.1 2021/02/23 20:33:46 tb Exp $
+module verify
+
+go 1.16