go mod tidy

This commit is contained in:
filifa 2025-11-16 22:38:32 -05:00
parent faa58bb4dc
commit d48e9932c1
1 changed files with 2 additions and 1 deletions

3
go.mod
View File

@ -2,8 +2,9 @@ module scm.dairydemon.net/filifa/mathtools
go 1.24.4
require github.com/spf13/cobra v1.9.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)