mirror of
https://github.com/NotAShelf/tct.git
synced 2025-10-02 06:53:54 +00:00
10 lines
188 B
Modula-2
10 lines
188 B
Modula-2
module notashelf.dev/tct
|
|
|
|
go 1.24.3
|
|
|
|
require github.com/spf13/cobra v1.9.1
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
)
|