diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2021-12-29 03:53:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2021-12-29 03:53:38 +0300 |
commit | d36f4449c94b942d1795ae4865b77b7fde43b35b (patch) | |
tree | c751e7bf7888c1a660b62b8df7badf841c12c2e2 /telegram/utils.go | |
parent | f2f20e680bb06ebda76f67f8fae9d7ed12498c63 (diff) |
Temporarily switch to a fork of go-tdlib
Diffstat (limited to 'telegram/utils.go')
-rw-r--r-- | telegram/utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |