- Fix arr setup getting thr wrong crendentials - Add file link invalidator - Other minor bug fixes
41 lines
1.3 KiB
Modula-2
41 lines
1.3 KiB
Modula-2
module github.com/sirrobot01/decypharr
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/anacrolix/torrent v1.55.0
|
|
github.com/cavaliergopher/grab/v3 v3.0.1
|
|
github.com/go-chi/chi/v5 v5.2.2
|
|
github.com/go-co-op/gocron/v2 v2.16.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/puzpuzpuz/xsync/v4 v4.1.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/stanNthe5/stringbuf v0.0.3
|
|
go.uber.org/ratelimit v0.3.1
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/net v0.41.0
|
|
golang.org/x/sync v0.15.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
github.com/anacrolix/missinggo/v2 v2.7.3 // indirect
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|