-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
72 lines (68 loc) · 2.92 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
module youtubelist
go 1.19
require (
cloud.google.com/go/compute/metadata v0.2.1
cloud.google.com/go/firestore v1.6.1
cloud.google.com/go/secretmanager v1.9.0
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
github.com/glassonion1/logz v0.3.11
github.com/go-redis/redis/v8 v8.11.4
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0
github.com/mitchellh/mapstructure v1.4.3
github.com/morikuni/failure v0.14.0
github.com/zmb3/spotify/v2 v2.0.1
google.golang.org/grpc v1.50.1
)
require (
cloud.google.com/go/compute v1.12.1 // indirect
cloud.google.com/go/iam v0.6.0 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.15 // indirect
github.com/antchfx/xpath v1.2.3 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/rickb777/plural v1.4.1 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/sivchari/gotwtr v1.1.3 // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/wader/goutubedl v0.0.0-20230503164948-cef23e8d43d4 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
require (
cloud.google.com/go v0.105.0 // indirect
github.com/dghubble/oauth1 v0.7.1
github.com/go-playground/validator v9.31.0+incompatible
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/rickb777/date v1.17.0
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.0.0-RC1 // indirect
go.opentelemetry.io/otel/sdk v1.0.0-RC1 // indirect
go.opentelemetry.io/otel/trace v1.0.0-RC1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.102.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
google.golang.org/protobuf v1.28.1 // indirect
)