fps-go-brr/go.mod
aria 6dcf46c597
feat: first wave of tests
I can: count how many frames in a video, compare 2 frames for differences and compare 2 videos to see if their frames match up
2025-06-07 02:48:43 +10:00

10 lines
273 B
Modula-2

module fps-go-brr
go 1.24.3
require (
github.com/AlexEidt/Vidio v1.5.1 // indirect
github.com/urfave/cli/v3 v3.3.3 // indirect
github.com/zmb3/gogetdoc v0.0.0-20190228002656-b37376c5da6a // indirect
golang.org/x/tools v0.0.0-20181207195948-8634b1ecd393 // indirect
)