feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 08:41:54 +08:00
parent 40ec693f17
commit 883b23dbbb
52 changed files with 3639 additions and 3736 deletions

14
bootstrap/cli.go Normal file
View File

@@ -0,0 +1,14 @@
package bootstrap
// FIX: missing go.sum entry for module providing package XXXXXXXXXXXXXXXXXXXXX
import (
// wire
_ "github.com/google/subcommands"
_ "golang.org/x/tools/go/ast/astutil"
_ "golang.org/x/tools/go/packages"
// ent
_ "github.com/olekukonko/tablewriter"
_ "github.com/spf13/cobra"
)