From: tb Date: Tue, 23 Feb 2021 20:36:16 +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=e7d00b69b308f0cae9639f0ecfebd8ffe5d8efbe;p=openbsd Make this test module aware so it passes with Go 1.16 --- diff --git a/regress/lib/libtls/gotls/go.mod b/regress/lib/libtls/gotls/go.mod new file mode 100644 index 00000000000..5b56240c385 --- /dev/null +++ b/regress/lib/libtls/gotls/go.mod @@ -0,0 +1,4 @@ +// $OpenBSD: go.mod,v 1.1 2021/02/23 20:36:16 tb Exp $ +module gotls + +go 1.16