From d36f4449c94b942d1795ae4865b77b7fde43b35b Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Tue, 28 Dec 2021 19:53:38 -0500 Subject: Temporarily switch to a fork of go-tdlib --- telegram/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegram/utils.go') diff --git a/telegram/utils.go b/telegram/utils.go index 387ddea..865c4d4 100644 --- a/telegram/utils.go +++ b/telegram/utils.go @@ -19,7 +19,7 @@ import ( log "github.com/sirupsen/logrus" "github.com/soheilhy/args" - "github.com/zelenin/go-tdlib/client" + "github.com/godcong/go-tdlib/client" ) var errOffline = errors.New("TDlib instance is offline") -- cgit v1.2.3