You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/25 13:25:50 UTC

[GitHub] [flink] MartijnVisser commented on a diff in pull request #19571: [FLINK-27394] Integrate the Flink Elasticsearch documentation in the Flink documentation

MartijnVisser commented on code in PR #19571:
URL: https://github.com/apache/flink/pull/19571#discussion_r857623653


##########
docs/go.mod:
##########
@@ -0,0 +1,8 @@
+module github.com/apache/flink
+
+go 1.18
+
+require (
+	github.com/apache/flink-connector-elasticsearch v0.0.0-20220406114754-ce4058113b37 // indirect
+	github.com/apache/flink-connector-elasticsearch/docs v0.0.0-20220425092437-8e4b91cb3984 // indirect

Review Comment:
   From my experience, the go.mod reference is static. The `hugo mod get -u github.com/apache/flink-connector-elasticsearch/docs` comment is the one that actually checks if there's a new version, which would be included in a `go.sum` file. That one is not checked in. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org