Merge pull request #929 from yinebebt/linkpreview
feat: add link-preview handler
No related branches found
No related tags found
... | ... | @@ -21,6 +21,7 @@ require ( |
github.com/tinode/snowflake v1.0.0 | ||
go.mongodb.org/mongo-driver v1.12.1 | ||
golang.org/x/crypto v0.21.0 | ||
golang.org/x/net v0.23.0 | ||
golang.org/x/oauth2 v0.16.0 | ||
golang.org/x/text v0.14.0 | ||
google.golang.org/api v0.148.0 | ||
... | ... | @@ -68,7 +69,6 @@ require ( |
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sync v0.4.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
... | ... |
server/linkpreview.go
0 → 100644
Please register or sign in to comment