mirror of
https://github.com/d3m0k1d/ciweave.git
synced 2026-03-14 19:02:43 +00:00
10 lines
203 B
Modula-2
10 lines
203 B
Modula-2
module github.com/d3m0k1d/ciweave
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.10.2 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
)
|