MM58746: Bump yuin/goldmark dependency (#28250)

* Bump yuin/goldmark dependency to latest version

* Add docs to modules-tidy make rule

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Alejandro García Montoro
2024-09-20 12:08:35 +02:00
коммит произвёл GitHub
родитель 8a735f1b03
Коммит 9b368b9214
3 изменённых файлов: 4 добавлений и 3 удалений

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

@@ -422,7 +422,7 @@ test-compile: gotestsum ## Compile tests.
$(GO) test $(GOFLAGS) -c $$package; \
done
modules-tidy:
modules-tidy: ## Tidy Go modules
mv enterprise/external_imports.go enterprise/external_imports.go.orig
-$(GO) mod tidy
-cd public && $(GO) mod tidy