mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-09-04 03:17:06 +02:00
Helper initialize
This commit is contained in:
parent
4fb03a806a
commit
4dfe20c5c8
4 changed files with 336 additions and 69 deletions
9
go.mod
9
go.mod
|
|
@ -1,8 +1,13 @@
|
|||
module github.com/c0re100/gotdlib
|
||||
|
||||
go 1.16
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
golang.org/x/crypto v0.31.0
|
||||
golang.org/x/crypto v0.55.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.47.0 // indirect
|
||||
golang.org/x/term v0.45.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue