41 lines
1.6 KiB
Modula-2
41 lines
1.6 KiB
Modula-2
module git.quimbo.fr/odwrtw/canape
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/gregdel/srt2vtt v0.0.0-20170314031115-46562d19ab2d
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/odwrtw/errors v0.0.0-20170604160533-c747b9d17833
|
|
github.com/odwrtw/polochon v0.0.0-20250405163931-d0ee062146a5
|
|
github.com/phyber/negroni-gzip v1.0.0
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/unrolled/render v1.7.0
|
|
github.com/urfave/negroni v1.0.0
|
|
golang.org/x/crypto v0.37.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/odwrtw/eztv v0.0.0-20231026192001-039613c81a8e // indirect
|
|
github.com/odwrtw/fanarttv v0.0.0-20170412122542-9f67d3cf0188 // indirect
|
|
github.com/odwrtw/guessit v0.0.0-20221028215709-d4336685bdaa // indirect
|
|
github.com/odwrtw/tpb v0.0.0-20200507114501-df19547bbff1 // indirect
|
|
github.com/odwrtw/trakttv v0.0.0-20240209094722-243ee0386b1a // indirect
|
|
github.com/odwrtw/yts v0.0.0-20231024130053-dfa826fee7b6 // indirect
|
|
github.com/pioz/tvdb v0.0.0-20221212235421-03519fb7a0e2 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/ryanbradynd05/go-tmdb v0.0.0-20230108222638-2a68dc6ff40c // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
)
|