Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Fix CI Build #33

Merged
merged 6 commits into from Dec 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update go main package
Nyah Check committed Dec 23, 2021
commit 8a59f437c658593c31a650fbb68c11e91f49d435
16 changes: 16 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
module ydl

go 1.17

require (
github.com/kkdai/youtube/v2 v2.7.6
github.com/urfave/cli/v2 v2.3.0
)

require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20211211112501-fb27c91c26ed // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/net v0.0.0-20211215060638-4ddde0e984e9 // indirect
golang.org/x/text v0.3.7 // indirect
)
Loading