Removed utils in favor of common utils

This commit is contained in:
David Allen 2024-02-27 19:45:06 -07:00
parent 2be7c3123f
commit 1e5982763f
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB
9 changed files with 51 additions and 119 deletions

View file

@ -2,9 +2,10 @@ package cmd
import (
opaal "davidallendj/opaal/internal"
"davidallendj/opaal/internal/util"
"fmt"
"github.com/davidallendj/go-utils/util"
"github.com/spf13/cobra"
)