change cli dir to cmd, update path in main.go
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:41:52 -04:00
parent 3eb2955bcf
commit fa05b3c699
8 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import (
"os"
"strings"
"git.froth.zone/sam/awl/cli"
cli "git.froth.zone/sam/awl/cmd"
"git.froth.zone/sam/awl/pkg/query"
"git.froth.zone/sam/awl/pkg/util"
)