diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-17 23:45:40 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-17 23:45:40 +0300 |
commit | 6eb0e5f15fd9a81bbafb2189dd73b6c093b487e6 (patch) | |
tree | 802c64e7e0b2c9a349858d5ea106f983eb1cc6ea /telegram/utils_test.go | |
parent | 0b79d6feb1e3d2f87753a1808acbb148a346eeec (diff) |
Migrate back to the upstream go-tdlib
Diffstat (limited to 'telegram/utils_test.go')
-rw-r--r-- | telegram/utils_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/utils_test.go b/telegram/utils_test.go index dc250a6..69124fc 100644 --- a/telegram/utils_test.go +++ b/telegram/utils_test.go @@ -7,7 +7,7 @@ import ( "dev.narayana.im/narayana/telegabber/config" "dev.narayana.im/narayana/telegabber/persistence" - "github.com/godcong/go-tdlib/client" + "github.com/zelenin/go-tdlib/client" ) const testTimeFormat string = "15:04 02/01/2006" |