celestix / gotgproto

A wrapper for Go Telegram Client, i.e. gotd/td.
GNU General Public License v3.0
160 stars 31 forks source link

Internal library error #74

Closed timohahaa closed 2 weeks ago

timohahaa commented 3 weeks ago

Trying to run a program using this library I get an error (picture below). Is it an error on my side (that is GOCACHE or pkg/mod pkg/sumdb related stuff) or an error on your side? Screenshot from 2024-05-05 22-38-02

celestix commented 3 weeks ago

Do not include gotd explicitly in your go.mod

Refer to https://github.com/celestix/gotgproto/issues/69

celestix commented 2 weeks ago

Should be fixed now.