Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/gabriel-vasile/mimetype v1.2.0
github.com/gotd/td v0.35.0
github.com/gotd/td v0.36.0
github.com/schollz/progressbar/v3 v3.7.6
github.com/urfave/cli/v2 v2.3.0
go.uber.org/zap v1.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/gotd/ige v0.1.5 h1:qITql4hZpqPM/DSeO5IVlxzXJxrs4ZZiKRwPif2K76U=
github.com/gotd/ige v0.1.5/go.mod h1:LbvqjUuGELVuHcKjfJZ2NPNzegICQU4eqrPAkXy0nTs=
github.com/gotd/neo v0.1.2 h1:hayFfKNSH5RP/L+KKKnsKMdDNCdhSfzVuo5TF4wvpa8=
github.com/gotd/neo v0.1.2/go.mod h1:9A2a4bn9zL6FADufBdt7tZt+WMhvZoc5gWXihOPoiBQ=
github.com/gotd/td v0.35.0 h1:VJ7EHBwEDBkZiQN8jCcaqvUybxG185qMz29tUMVzytk=
github.com/gotd/td v0.35.0/go.mod h1:OV+Y69MunCE4jtCnSIiX+Ys+o7413wur2ZIioE7oP78=
github.com/gotd/td v0.36.0 h1:DTr1lmy2/xTpbulwDTCuOLoi0uQuHWBtySId7fQviGU=
github.com/gotd/td v0.36.0/go.mod h1:OV+Y69MunCE4jtCnSIiX+Ys+o7413wur2ZIioE7oP78=
github.com/gotd/tl v0.4.0/go.mod h1:CMIcjPWFS4qxxJ+1Ce7U/ilbtPrkoVo/t8uhN5Y/D7c=
github.com/gotd/xor v0.1.0/go.mod h1:ZTmdgqf6SOHder8/MFp9CNkXIadzID5lIiaZxRZICH0=
github.com/gotd/xor v0.1.1 h1:LSPEeuf7noTo4fi4PrEsAaWXOSwjsY2e+IINPiR+c7s=
Expand Down