Helper initialize

This commit is contained in:
c0re100 2026-08-16 13:12:23 +08:00
parent 4fb03a806a
commit 4dfe20c5c8
No known key found for this signature in database
GPG key ID: 7C3B3004FE745AAF
4 changed files with 336 additions and 69 deletions

9
go.mod
View file

@ -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
)