From 862b91012311b87d2be8b3d0111b33bea9da5cf3 Mon Sep 17 00:00:00 2001 From: grumbulon Date: Thu, 22 Sep 2022 19:43:09 -0400 Subject: [PATCH] oops --- cmd/cli_test.go | 2 +- cmd/dig_test.go | 2 +- cmd/misc_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/cli_test.go b/cmd/cli_test.go index 4730aa0..7e25649 100644 --- a/cmd/cli_test.go +++ b/cmd/cli_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "git.froth.zone/sam/awl/cli" + cli "git.froth.zone/sam/awl/cmd" "gotest.tools/v3/assert" ) diff --git a/cmd/dig_test.go b/cmd/dig_test.go index 2b5b94f..6ba9cf5 100644 --- a/cmd/dig_test.go +++ b/cmd/dig_test.go @@ -5,7 +5,7 @@ package cli_test import ( "testing" - "git.froth.zone/sam/awl/cli" + cli "git.froth.zone/sam/awl/cmd" "git.froth.zone/sam/awl/pkg/util" "gotest.tools/v3/assert" ) diff --git a/cmd/misc_test.go b/cmd/misc_test.go index d2f9a09..fa20dbe 100644 --- a/cmd/misc_test.go +++ b/cmd/misc_test.go @@ -5,7 +5,7 @@ package cli_test import ( "testing" - "git.froth.zone/sam/awl/cli" + cli "git.froth.zone/sam/awl/cmd" "git.froth.zone/sam/awl/pkg/util" "github.com/miekg/dns" "gotest.tools/v3/assert"