From 6eb0e5f15fd9a81bbafb2189dd73b6c093b487e6 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Mon, 17 Jan 2022 15:45:40 -0500 Subject: Migrate back to the upstream go-tdlib --- telegram/cache/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegram/cache') diff --git a/telegram/cache/cache.go b/telegram/cache/cache.go index 3144ca9..3d9608d 100644 --- a/telegram/cache/cache.go +++ b/telegram/cache/cache.go @@ -3,7 +3,7 @@ package cache import ( "sync" - "github.com/godcong/go-tdlib/client" + "github.com/zelenin/go-tdlib/client" ) // Status stores formatted data for XMPP presence -- cgit v1.2.3