11module github.com/kkdai/youtube/v2
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/bitly/go-simplejson v0.5.0
7- github.com/dop251/goja v0.0.0-20220719153422-38a3647bcce0
7+ github.com/dop251/goja v0.0.0-20220915101355-d79e1b125a30
88 github.com/mitchellh/go-homedir v1.1.0
99 github.com/olekukonko/tablewriter v0.0.5
1010 github.com/spf13/cobra v1.5.0
1111 github.com/spf13/pflag v1.0.5
12- github.com/spf13/viper v1.12 .0
12+ github.com/spf13/viper v1.13 .0
1313 github.com/stretchr/testify v1.8.0
1414 github.com/vbauerster/mpb/v5 v5.4.0
15- golang.org/x/net v0.0.0-20220708220712-1185a9018129
15+ golang.org/x/net v0.0.0-20220919171627-f8f703f97925
1616)
1717
1818require (
@@ -24,22 +24,22 @@ require (
2424 github.com/fsnotify/fsnotify v1.5.4 // indirect
2525 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
2626 github.com/hashicorp/hcl v1.0.0 // indirect
27- github.com/inconshreveable/mousetrap v1.0.0 // indirect
27+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
2828 github.com/magiconair/properties v1.8.6 // indirect
2929 github.com/mattn/go-runewidth v0.0.13 // indirect
3030 github.com/mitchellh/mapstructure v1.5.0 // indirect
3131 github.com/pelletier/go-toml v1.9.5 // indirect
32- github.com/pelletier/go-toml/v2 v2.0.2 // indirect
32+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
3333 github.com/pmezard/go-difflib v1.0.0 // indirect
34- github.com/rivo/uniseg v0.2.0 // indirect
35- github.com/rogpeppe/go-internal v1.8.1 // indirect
34+ github.com/rivo/uniseg v0.4.2 // indirect
35+ github.com/rogpeppe/go-internal v1.9.0 // indirect
3636 github.com/spf13/afero v1.9.2 // indirect
3737 github.com/spf13/cast v1.5.0 // indirect
3838 github.com/spf13/jwalterweatherman v1.1.0 // indirect
39- github.com/subosito/gotenv v1.4.0 // indirect
40- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
39+ github.com/subosito/gotenv v1.4.1 // indirect
40+ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
4141 golang.org/x/text v0.3.7 // indirect
42- gopkg.in/ini.v1 v1.66.6 // indirect
42+ gopkg.in/ini.v1 v1.67.0 // indirect
4343 gopkg.in/yaml.v2 v2.4.0 // indirect
4444 gopkg.in/yaml.v3 v3.0.1 // indirect
4545)
0 commit comments