Revert "MM-45000: Change dyatlov dependency (#20443)" (#20506)

This reverts commit 680b00047f.

Reverts the recent opengraph update to fix some issues with our plugins
Этот коммит содержится в:
Ashish Bhate
2022-06-20 20:34:41 +05:30
коммит произвёл GitHub
родитель 2cd83d2f8d
Коммит 7793aebfbb
6 изменённых файлов: 23 добавлений и 33 удалений

Просмотреть файл

@@ -9,7 +9,6 @@ import (
"time"
"github.com/dyatlov/go-opengraph/opengraph"
"github.com/dyatlov/go-opengraph/opengraph/types/image"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
@@ -206,7 +205,7 @@ func testLinkMetadataStoreTypes(t *testing.T, ss store.Store) {
t.Run("should save and get opengraph data", func(t *testing.T) {
og := &opengraph.OpenGraph{
URL: "http://example.com",
Images: []*image.Image{
Images: []*opengraph.Image{
{
URL: "http://example.com/image.png",
},