-
-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/gotd/td from 0.102.0 to 0.116.0 in /core
Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.102.0 to 0.116.0. - [Release notes](https://github.com/gotd/td/releases) - [Commits](gotd/td@v0.102.0...v0.116.0) --- updated-dependencies: - dependency-name: github.com/gotd/td dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8dffb78
commit e347623
Showing
2 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
module github.com/iyear/tdl/core | ||
|
||
go 1.21 | ||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/cenkalti/backoff/v4 v4.3.0 | ||
github.com/gabriel-vasile/mimetype v1.4.7 | ||
github.com/go-faster/errors v0.7.1 | ||
github.com/gotd/contrib v0.20.0 | ||
github.com/gotd/td v0.102.0 | ||
github.com/gotd/td v0.116.0 | ||
github.com/iyear/connectproxy v0.1.1 | ||
github.com/yapingcat/gomedia v0.0.0-20240601043430-920523f8e5c7 | ||
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 | ||
golang.org/x/sync v0.9.0 | ||
golang.org/x/net v0.32.0 | ||
golang.org/x/sync v0.10.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
) | ||
|
||
require ( | ||
github.com/beevik/ntp v1.3.1 // indirect | ||
github.com/coder/websocket v1.8.12 // indirect | ||
github.com/go-faster/jx v1.1.0 // indirect | ||
github.com/go-faster/xor v1.0.0 // indirect | ||
github.com/gotd/ige v0.2.2 // indirect | ||
github.com/gotd/neo v0.1.5 // indirect | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
go.opentelemetry.io/otel v1.26.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.26.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
nhooyr.io/websocket v1.8.11 // indirect | ||
go.opentelemetry.io/otel v1.32.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.32.0 // indirect | ||
golang.org/x/crypto v0.30.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
rsc.io/qr v0.2.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters