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/formatter/formatter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegram/formatter/formatter_test.go') diff --git a/telegram/formatter/formatter_test.go b/telegram/formatter/formatter_test.go index 5c93ea0..63337d6 100644 --- a/telegram/formatter/formatter_test.go +++ b/telegram/formatter/formatter_test.go @@ -3,7 +3,7 @@ package formatter import ( "testing" - "github.com/godcong/go-tdlib/client" + "github.com/zelenin/go-tdlib/client" ) func TestNoFormatting(t *testing.T) { -- cgit v1.2.3