diff options
Diffstat (limited to 'src/regress/lib/libtls/gotls/go.mod')
-rw-r--r-- | src/regress/lib/libtls/gotls/go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regress/lib/libtls/gotls/go.mod b/src/regress/lib/libtls/gotls/go.mod new file mode 100644 index 0000000000..5b56240c38 --- /dev/null +++ b/src/regress/lib/libtls/gotls/go.mod | |||
@@ -0,0 +1,4 @@ | |||
1 | // $OpenBSD: go.mod,v 1.1 2021/02/23 20:36:16 tb Exp $ | ||
2 | module gotls | ||
3 | |||
4 | go 1.16 | ||