mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Reorganized adding cobra commands
This commit is contained in:
parent
25a885b18c
commit
c202469c50
9 changed files with 435 additions and 208 deletions
7
go.mod
7
go.mod
|
|
@ -11,8 +11,10 @@ require (
|
|||
github.com/go-logr/logr v1.2.4
|
||||
github.com/jacobweinstock/registrar v0.4.7
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
github.com/mattn/go-sqlite3 v1.14.6
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/spf13/cobra v1.7.0
|
||||
github.com/stmcginnis/gofish v0.14.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -21,11 +23,12 @@ require (
|
|||
github.com/bmc-toolbox/common v0.0.0-20230717121556-5eb9915a8a5a // indirect
|
||||
github.com/hashicorp/errwrap v1.1.0 // indirect
|
||||
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jacobweinstock/iamt v0.0.0-20230502042727-d7cdbe67d9ef // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/satori/go.uuid v1.2.0 // indirect
|
||||
github.com/stmcginnis/gofish v0.14.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/stretchr/testify v1.8.3 // indirect
|
||||
golang.org/x/exp v0.0.0-20230127130021-4ca2cb1a16b7 // indirect
|
||||
golang.org/x/net v0.14.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue