AMPL · 203 bytes Raw Blame History
1 module github.com/tenseleyFlow/shithub
2
3 go 1.26.2
4
5 require github.com/spf13/cobra v1.10.2
6
7 require (
8 github.com/inconshreveable/mousetrap v1.1.0 // indirect
9 github.com/spf13/pflag v1.0.9 // indirect
10 )