From 81db5a6d6ae2c76b8c6f5cb3d689f666359f0313 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 30 May 2020 10:43:12 +0000 Subject: [PATCH] Update go.mod --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index b8cab83..a255f02 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module code.dumpstack.io/tools/out-of-tree +go 1.14 + replace code.dumpstack.io/tools/out-of-tree/qemu => ./qemu replace code.dumpstack.io/tools/out-of-tree/config => ./config