mirror of
https://github.com/weyne85/chaturbate-dvr.git
synced 2025-10-29 16:58:56 +00:00
17 lines
554 B
Modula-2
17 lines
554 B
Modula-2
module github.com/YamiOdymel/chaturbate-dvr
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
|
|
github.com/grafov/m3u8 v0.11.1
|
|
github.com/parnurzeal/gorequest v0.2.16
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/smartystreets/goconvey v1.7.2 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/teacat/pathx v0.0.0-20201109184104-55ec346a0c6d
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/net v0.0.0-20211109214657-ef0fda0de508 // indirect
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|