Files
butterfliu/go.mod
lzw-723 744fa578f1
All checks were successful
Go CI / test-and-build (push) Successful in 1m1s
Web CI / lint-test-build (push) Successful in 22s
移除dhowden/tag,使用ffprobe替代
2026-04-06 16:10:34 +08:00

9 lines
113 B
Modula-2

module butterfliu
go 1.23.5
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/mattn/go-sqlite3 v1.14.32
)