-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.65 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
module github.com/rubpy/crawly-live-youtube
go 1.21
require (
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/lmittmann/tint v1.0.2
github.com/rubpy/crawly v0.0.0-20231019123451-cf7a88a6687d
github.com/rubpy/crawly/cclient v0.0.0-20231019123451-cf7a88a6687d
github.com/rubpy/crawly/clog v0.0.0-20231019123451-cf7a88a6687d
github.com/rubpy/crawly/csync v0.0.0-20231019123451-cf7a88a6687d
golang.org/x/net v0.17.0
google.golang.org/api v0.147.0
)
require (
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bogdanfinn/fhttp v0.5.24 // indirect
github.com/bogdanfinn/tls-client v1.6.1 // indirect
github.com/bogdanfinn/utls v1.5.16 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect
google.golang.org/grpc v1.58.2 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)