-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 913 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module gitlab.com/kayslay/vid_trimmer
go 1.13
require (
github.com/bushaHQ/httputil v0.0.0-20200415211438-b77ec55f33f2
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/dghubble/oauth1 v0.6.0
github.com/go-chi/chi v4.1.1+incompatible
github.com/gobuffalo/validate v2.0.4+incompatible
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/joho/godotenv v1.3.0
github.com/jtguibas/cinema v0.0.0-20200208054232-ca271f28a020
github.com/kkdai/youtube/v2 v2.3.0
github.com/onsi/ginkgo v1.12.1 // indirect
github.com/onsi/gomega v1.10.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
)