This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
37 lines (35 loc) · 1.72 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/tritonmedia/identifier
go 1.12
require (
github.com/asticode/go-astisub v0.2.0
github.com/cenkalti/backoff/v4 v4.0.2
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/gofrs/uuid/v3 v3.1.2
github.com/golang/protobuf v1.4.0
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
github.com/jackc/pgx/v4 v4.6.0
github.com/kolo/xmlrpc v0.0.0-20190717152603-07c4ee3fd181 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28 // indirect
github.com/minio/minio-go/v6 v6.0.49
github.com/oz/osdb v0.0.0-20190204162748-da06ada9cdc1
github.com/pioz/tvdb v0.0.0-20190503215423-f45c687faba9
github.com/pkg/errors v0.9.1
github.com/ryanbradynd05/go-tmdb v0.0.0-20190901200645-e8dd22863620
github.com/sirupsen/logrus v1.5.0
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/tritonmedia/jikan-go v0.0.0-20190825200127-0974c3ed2c8c
github.com/tritonmedia/kitsu v0.2.4-0.20190811161725-5fa03d532d0f
github.com/tritonmedia/tritonmedia.go v1.0.3-0.20190912233825-4610fe4ce16e
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
golang.org/x/tools v0.0.0-20190823170909-c4a336ef6a2f // indirect
gopkg.in/h2non/bimg.v1 v1.1.2
gopkg.in/ini.v1 v1.46.0 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)