imported tmdb module

This commit is contained in:
2026-01-01 20:42:50 +11:00
parent c466cd3163
commit c4574e32c7
10 changed files with 352 additions and 0 deletions

5
tmdb/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.haelnorr.com/h/golib/tmdb
go 1.25.5
require github.com/pkg/errors v0.9.1