From aa345a265f61d890366a5d242d723cad795260b7 Mon Sep 17 00:00:00 2001 From: vadym Date: Wed, 30 Nov 2022 11:22:27 +0200 Subject: [PATCH] Corrected property for CopyFile RIVM-2 --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 87af03ac..c24d027e 100644 --- a/go.mod +++ b/go.mod @@ -51,6 +51,7 @@ require ( github.com/fatih/color v1.12.0 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect + github.com/miekg/dns v1.1.50 github.com/olekukonko/tablewriter v0.0.5 github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect )