23 lines
622 B
Modula-2
23 lines
622 B
Modula-2
module api
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.11.0
|
|
github.com/autobrr/go-qbittorrent v1.14.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.33
|
|
github.com/zeebo/bencode v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
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
|
|
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
)
|