mirror of
https://github.com/iyear/tdl
synced 2025-01-07 03:16:41 +08:00
chore(deps): bump tdl modules to v0.18.2
This commit is contained in:
parent
245b42a115
commit
f62b37ede6
@ -7,7 +7,7 @@ replace github.com/iyear/tdl/core => ../core
|
||||
require (
|
||||
github.com/go-faster/errors v0.7.1
|
||||
github.com/gotd/td v0.102.0
|
||||
github.com/iyear/tdl/core v0.18.1
|
||||
github.com/iyear/tdl/core v0.18.2
|
||||
go.uber.org/zap v1.27.0
|
||||
)
|
||||
|
||||
|
6
go.mod
6
go.mod
@ -27,8 +27,8 @@ require (
|
||||
github.com/gotd/td v0.110.1
|
||||
github.com/iancoleman/strcase v0.3.0
|
||||
github.com/ivanpirog/coloredcobra v1.0.1
|
||||
github.com/iyear/tdl/core v0.18.1
|
||||
github.com/iyear/tdl/extension v0.18.1
|
||||
github.com/iyear/tdl/core v0.18.2
|
||||
github.com/iyear/tdl/extension v0.18.2
|
||||
github.com/jedib0t/go-pretty/v6 v6.5.0
|
||||
github.com/klauspost/compress v1.17.11
|
||||
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
|
||||
@ -38,6 +38,7 @@ require (
|
||||
github.com/onsi/gomega v1.34.2
|
||||
github.com/shirou/gopsutil/v3 v3.24.5
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
github.com/spf13/cast v1.6.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/spf13/viper v1.19.0
|
||||
@ -88,7 +89,6 @@ require (
|
||||
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
||||
github.com/sourcegraph/conc v0.3.0 // indirect
|
||||
github.com/spf13/afero v1.11.0 // indirect
|
||||
github.com/spf13/cast v1.6.0 // indirect
|
||||
github.com/subosito/gotenv v1.6.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
|
Loading…
Reference in New Issue
Block a user