Files
BigChef/go.mod
PhatPhuckDave 77acbd63f3 Rework input args to be glob instead of files
So we don't have to do the whole find | shit
2025-03-24 00:43:53 +01:00

11 lines
195 B
Modula-2

module modify
go 1.24.1
require github.com/Knetic/govaluate v3.0.0+incompatible
require (
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
)