асинхронно по-умолчанию

This commit is contained in:
2025-07-04 11:27:02 +03:00
parent 6011b9f200
commit 7d03f7280c
5 changed files with 45 additions and 42 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
module git.company.lan/gopkg/telegramhook
go 1.21.5
go 1.23.4
require git.company.lan/gopkg/logrus v0.0.0-20240403185826-6e11474d0c90
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
require (
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)