-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 703 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/doingodswork/deflix-stremio
go 1.15
require (
github.com/deflix-tv/go-debrid v0.1.0
github.com/deflix-tv/go-stremio v0.9.2-0.20210202204625-e3e7a578d4d7
github.com/deflix-tv/imdb2meta v0.2.1
github.com/deflix-tv/imdb2torrent v0.1.0
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/go-redis/redis/v8 v8.4.10
github.com/gofiber/fiber/v2 v2.3.3
github.com/google/go-cmp v0.5.4
github.com/markbates/pkger v0.17.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/spf13/afero v1.5.1
github.com/stretchr/testify v1.7.0
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
google.golang.org/grpc v1.35.0
)