canape/go.mod
Grégoire Delattre fd203fad6f
Some checks failed
continuous-integration/drone Build is failing
Update polochon to get the new trakttv API endpoint
2024-02-09 11:12:57 +01:00

46 lines
1.8 KiB
Modula-2

module git.quimbo.fr/odwrtw/canape
go 1.21.3
toolchain go1.21.4
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/gregdel/srt2vtt v0.0.0-20170314031115-46562d19ab2d
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.1.1
github.com/mattn/go-sqlite3 v1.10.0 // indirect
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-20240209100804-2b5c1d7f4df1
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/pioz/tvdb v0.0.0-20221212235421-03519fb7a0e2 // indirect
github.com/robfig/cron v1.1.0
github.com/sirupsen/logrus v1.9.3
github.com/unrolled/render v1.0.0
github.com/urfave/negroni v1.0.0
golang.org/x/crypto v0.19.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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/robfig/cron/v3 v3.0.1 // indirect
github.com/ryanbradynd05/go-tmdb v0.0.0-20230108222638-2a68dc6ff40c // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)