Skip to content

Commit 29431d9

Browse files
committed
chore(deps): bump tdl/core to v0.20.3
1 parent 99ed82f commit 29431d9

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

extension/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.8
55
require (
66
github.com/go-faster/errors v0.7.1
77
github.com/gotd/td v0.140.0
8-
github.com/iyear/tdl/core v0.20.2
8+
github.com/iyear/tdl/core v0.20.3
99
go.uber.org/zap v1.28.0
1010
)
1111

@@ -14,7 +14,6 @@ require (
1414
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1515
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1616
github.com/coder/websocket v1.8.14 // indirect
17-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1817
github.com/dlclark/regexp2 v1.11.5 // indirect
1918
github.com/fatih/color v1.19.0 // indirect
2019
github.com/ghodss/yaml v1.0.0 // indirect
@@ -30,7 +29,6 @@ require (
3029
github.com/mattn/go-colorable v0.1.14 // indirect
3130
github.com/mattn/go-isatty v0.0.20 // indirect
3231
github.com/ogen-go/ogen v1.19.0 // indirect
33-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3432
github.com/segmentio/asm v1.2.1 // indirect
3533
github.com/shopspring/decimal v1.4.0 // indirect
3634
go.opentelemetry.io/otel v1.41.0 // indirect
@@ -46,7 +44,6 @@ require (
4644
golang.org/x/sys v0.45.0 // indirect
4745
golang.org/x/text v0.37.0 // indirect
4846
golang.org/x/tools v0.44.0 // indirect
49-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5047
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
5148
gopkg.in/yaml.v2 v2.4.0 // indirect
5249
rsc.io/qr v0.2.0 // indirect

extension/go.sum

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,12 @@ github.com/gotd/td v0.140.0 h1:trNBzTnhNtNwHsFp5qwKnNxQRAZJ6/BRE+uH3Lojauk=
4141
github.com/gotd/td v0.140.0/go.mod h1:0ZkRxG7N+5ooG7/zdRXcnGautGPM6IKmyPQvdsAeF20=
4242
github.com/iyear/connectproxy v0.1.1 h1:JZOF/62vvwRGBWcgSyWRb0BpKD4FSs0++B5/y5pNE4c=
4343
github.com/iyear/connectproxy v0.1.1/go.mod h1:yD4zOmSMQCmwHIT4fk8mg4k2M15z8VoMSoeY6NNJdsA=
44-
github.com/iyear/tdl/core v0.20.2 h1:chY12zWbgg0CBW/R+x1l6bhD5dLgdNn6bXQS/B3QAC4=
45-
github.com/iyear/tdl/core v0.20.2/go.mod h1:sKLBzdgUQW5kuxjUKyDqxyTCLO5oWPDiFCyT1EUtyi4=
44+
github.com/iyear/tdl/core v0.20.3 h1:6+eowkidiRpTdSu1L6lbJYA0OU4Niro7+0sIaDtuWWY=
45+
github.com/iyear/tdl/core v0.20.3/go.mod h1:3FqL2Td9i4F7KdYvHBQYpYM969CJvkF1ARQCH7p1Dng=
4646
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
4747
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
48-
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
4948
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
5049
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
51-
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
52-
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
5350
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5451
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
5552
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=

go.work.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 h1:KwWnWVW
143143
github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw=
144144
github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b h1:ogbOPx86mIhFy764gGkqnkFC8m5PJA7sPzlk9ppLVQA=
145145
github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw=
146+
github.com/iyear/tdl/core v0.20.3/go.mod h1:3FqL2Td9i4F7KdYvHBQYpYM969CJvkF1ARQCH7p1Dng=
146147
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
147148
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
148149
github.com/k0kubun/pp/v3 v3.4.1 h1:1WdFZDRRqe8UsR61N/2RoOZ3ziTEqgTPVqKrHeb779Y=

0 commit comments

Comments
 (0)