mirror of
https://github.com/iyear/tdl
synced 2025-01-08 11:57:55 +08:00
chore(deps): bump tdl modules to v0.18.1
This commit is contained in:
parent
dd186e37b5
commit
c19fb820d2
@ -7,7 +7,7 @@ replace github.com/iyear/tdl/core => ../core
|
|||||||
require (
|
require (
|
||||||
github.com/go-faster/errors v0.7.1
|
github.com/go-faster/errors v0.7.1
|
||||||
github.com/gotd/td v0.102.0
|
github.com/gotd/td v0.102.0
|
||||||
github.com/iyear/tdl/core v0.17.6
|
github.com/iyear/tdl/core v0.18.1
|
||||||
go.uber.org/zap v1.27.0
|
go.uber.org/zap v1.27.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
6
go.mod
6
go.mod
@ -25,8 +25,8 @@ require (
|
|||||||
github.com/gotd/td v0.110.1
|
github.com/gotd/td v0.110.1
|
||||||
github.com/iancoleman/strcase v0.3.0
|
github.com/iancoleman/strcase v0.3.0
|
||||||
github.com/ivanpirog/coloredcobra v1.0.1
|
github.com/ivanpirog/coloredcobra v1.0.1
|
||||||
github.com/iyear/tdl/core v0.17.6
|
github.com/iyear/tdl/core v0.18.1
|
||||||
github.com/iyear/tdl/extension v0.0.0-00010101000000-000000000000
|
github.com/iyear/tdl/extension v0.18.1
|
||||||
github.com/jedib0t/go-pretty/v6 v6.5.0
|
github.com/jedib0t/go-pretty/v6 v6.5.0
|
||||||
github.com/klauspost/compress v1.17.11
|
github.com/klauspost/compress v1.17.11
|
||||||
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
|
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
|
||||||
@ -42,6 +42,7 @@ require (
|
|||||||
github.com/stretchr/testify v1.9.0
|
github.com/stretchr/testify v1.9.0
|
||||||
github.com/tidwall/gjson v1.18.0
|
github.com/tidwall/gjson v1.18.0
|
||||||
go.etcd.io/bbolt v1.3.10
|
go.etcd.io/bbolt v1.3.10
|
||||||
|
go.uber.org/atomic v1.11.0
|
||||||
go.uber.org/multierr v1.11.0
|
go.uber.org/multierr v1.11.0
|
||||||
go.uber.org/zap v1.27.0
|
go.uber.org/zap v1.27.0
|
||||||
golang.org/x/net v0.31.0
|
golang.org/x/net v0.31.0
|
||||||
@ -95,7 +96,6 @@ require (
|
|||||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||||
go.opentelemetry.io/otel v1.29.0 // indirect
|
go.opentelemetry.io/otel v1.29.0 // indirect
|
||||||
go.opentelemetry.io/otel/trace 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/crypto v0.29.0 // indirect
|
||||||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
||||||
golang.org/x/sync v0.9.0 // indirect
|
golang.org/x/sync v0.9.0 // indirect
|
||||||
|
Loading…
Reference in New Issue
Block a user