From 1b68fc571fd659e7f888367e999d174250382a5f Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 11 May 2023 10:58:34 +0000 Subject: [PATCH] Rename --- {kernel => distro}/debian/snapshot/mr/mr.go | 0 {kernel => distro}/debian/snapshot/mr/mr_test.go | 0 go.mod | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {kernel => distro}/debian/snapshot/mr/mr.go (100%) rename {kernel => distro}/debian/snapshot/mr/mr_test.go (100%) diff --git a/kernel/debian/snapshot/mr/mr.go b/distro/debian/snapshot/mr/mr.go similarity index 100% rename from kernel/debian/snapshot/mr/mr.go rename to distro/debian/snapshot/mr/mr.go diff --git a/kernel/debian/snapshot/mr/mr_test.go b/distro/debian/snapshot/mr/mr_test.go similarity index 100% rename from kernel/debian/snapshot/mr/mr_test.go rename to distro/debian/snapshot/mr/mr_test.go diff --git a/go.mod b/go.mod index 13eb863..0a9475e 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ replace code.dumpstack.io/tools/out-of-tree/qemu => ./qemu replace code.dumpstack.io/tools/out-of-tree/config => ./config -replace code.dumpstack.io/tools/out-of-tree/kernel => ./kernel +replace code.dumpstack.io/tools/out-of-tree/distro => ./distro require ( github.com/alecthomas/kong v0.7.1