mirror of
https://github.com/NotAShelf/tct.git
synced 2025-10-03 07:23:36 +00:00
treewide: refactor; defer cli handling to cobra
This commit is contained in:
parent
7a5207f3b4
commit
1dd971e16b
7 changed files with 185 additions and 151 deletions
10
go.mod
10
go.mod
|
@ -1,12 +1,10 @@
|
|||
module notashelf.dev/tct
|
||||
|
||||
go 1.22.2
|
||||
go 1.24.3
|
||||
|
||||
require github.com/stretchr/testify v1.9.0
|
||||
require github.com/spf13/cobra v1.9.1
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/objx v0.5.2 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue