shithub
tenseleyflow
/
shithub
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
shithub
Public
Watch
1
Fork
0
Star
0
shithub
/
go.mod
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
)