add Dockerfile

This commit is contained in:
2026-02-03 12:22:06 +03:00
parent 85cce40a1f
commit 7ca3587407
3 changed files with 32 additions and 4 deletions

3
go.mod
View File

@@ -5,11 +5,11 @@ go 1.25.6
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/autobrr/go-qbittorrent v1.14.0
github.com/jackpal/bencode-go v1.0.2
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/kylesanderson/go-jackett v0.0.0-20251103073025-88ab5d10a082
github.com/mattn/go-sqlite3 v1.14.33
github.com/zeebo/bencode v1.0.0
)
require (
@@ -18,7 +18,6 @@ require (
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/zeebo/bencode v1.0.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/net v0.49.0 // indirect
)