mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-10 15:59:28 +00:00
remove cobra
This commit is contained in:
@@ -2,12 +2,4 @@ module github.com/jwetzell/osc-go
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/spf13/cobra v1.9.1
|
||||
github.com/urfave/cli/v3 v3.4.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
)
|
||||
require github.com/urfave/cli/v3 v3.4.1
|
||||
|
||||
Reference in New Issue
Block a user