Skip to content

Commit

Permalink
chore(deps): bump tdl modules to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Nov 18, 2024
1 parent dd186e3 commit bc4ac73
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.17.6
github.com/iyear/tdl/core v0.18.0
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 @@ -25,8 +25,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.17.6
github.com/iyear/tdl/extension v0.0.0-00010101000000-000000000000
github.com/iyear/tdl/core v0.18.0
github.com/iyear/tdl/extension v0.18.0
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 @@ -42,6 +42,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.18.0
go.etcd.io/bbolt v1.3.10
go.uber.org/atomic v1.11.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.31.0
Expand Down Expand Up @@ -95,7 +96,6 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/sync v0.9.0 // indirect
Expand Down

0 comments on commit bc4ac73

Please sign in to comment.