Skip to content

Commit

Permalink
chore(deps): bump tdl modules to v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Nov 29, 2024
1 parent 245b42a commit f62b37e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f62b37e

Please sign in to comment.