oops
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
grumbulon 2022-09-22 19:43:09 -04:00
parent fa05b3c699
commit 862b910123
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import (
"testing"
"time"
"git.froth.zone/sam/awl/cli"
cli "git.froth.zone/sam/awl/cmd"
"gotest.tools/v3/assert"
)

View file

@ -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"
)

View file

@ -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"