artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e17575
)
Make this test module aware so it passes with Go 1.16
author
tb
<tb@openbsd.org>
Tue, 23 Feb 2021 20:33:46 +0000
(20:33 +0000)
committer
tb
<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]
patch
|
blob
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
+++ 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