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/formatter/formatter.go | 2 +- telegram/formatter/formatter_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'telegram/formatter') diff --git a/telegram/formatter/formatter.go b/telegram/formatter/formatter.go index 2946a55..355d393 100644 --- a/telegram/formatter/formatter.go +++ b/telegram/formatter/formatter.go @@ -4,7 +4,7 @@ import ( "sort" log "github.com/sirupsen/logrus" - "github.com/zelenin/go-tdlib/client" + "github.com/godcong/go-tdlib/client" ) // Insertion is a piece of text in given position diff --git a/telegram/formatter/formatter_test.go b/telegram/formatter/formatter_test.go index 63337d6..5c93ea0 100644 --- a/telegram/formatter/formatter_test.go +++ b/telegram/formatter/formatter_test.go @@ -3,7 +3,7 @@ package formatter import ( "testing" - "github.com/zelenin/go-tdlib/client" + "github.com/godcong/go-tdlib/client" ) func TestNoFormatting(t *testing.T) { -- cgit v1.2.3