We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095d652 commit 2321013Copy full SHA for 2321013
2 files changed
extension/go.mod
@@ -7,7 +7,7 @@ replace github.com/iyear/tdl/core => ../core
7
require (
8
github.com/go-faster/errors v0.7.1
9
github.com/gotd/td v0.102.0
10
- github.com/iyear/tdl/core v0.18.4
+ github.com/iyear/tdl/core v0.18.5
11
go.uber.org/zap v1.27.0
12
)
13
go.mod
@@ -25,8 +25,8 @@ require (
25
github.com/gotd/td v0.110.1
26
github.com/iancoleman/strcase v0.3.0
27
github.com/ivanpirog/coloredcobra v1.0.1
28
29
- github.com/iyear/tdl/extension v0.18.4
+ github.com/iyear/tdl/extension v0.18.5
30
github.com/jedib0t/go-pretty/v6 v6.5.0
31
github.com/klauspost/compress v1.17.11
32
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
0 commit comments