[ 
https://issues.apache.org/jira/browse/BEAM-13829?focusedWorklogId=736271&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-736271
 ]

ASF GitHub Bot logged work on BEAM-13829:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Mar/22 19:57
            Start Date: 03/Mar/22 19:57
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on a change in pull request #16957:
URL: https://github.com/apache/beam/pull/16957#discussion_r819017568



##########
File path: sdks/go.mod
##########
@@ -23,33 +23,39 @@ module github.com/apache/beam/sdks/v2
 go 1.16
 
 require (
-       cloud.google.com/go/bigquery v1.17.0
-       cloud.google.com/go/datastore v1.5.0
-       cloud.google.com/go/pubsub v1.11.0-beta.schemas
-       cloud.google.com/go/storage v1.15.0
+       cloud.google.com/go/bigquery v1.28.0
+       cloud.google.com/go/compute v1.5.0 // indirect
+       cloud.google.com/go/datastore v1.6.0
+       cloud.google.com/go/iam v0.2.0 // indirect
+       cloud.google.com/go/pubsub v1.18.0
+       cloud.google.com/go/storage v1.21.0
+       github.com/bketelsen/crypt v0.0.4 // indirect

Review comment:
       Agreed that it's strange. Unless one is adding a new dependency/import 
it largely shouldn't show up here... strange. But I'm less worried about 
additions than I am about unintentional version updates.
   
   Note that with Go Modules, none of this will affect things for users unless 
they've got a conflicting requirement, at which point Go will pick the maximum 
of the two. This behavior tends to keep things up to date.  (Then one gets into 
the issue of breaking changes or bad versions, but I won't go into that here.)




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 736271)
    Time Spent: 3h 40m  (was: 3.5h)

> Expose status api from Go SDK Harness
> -------------------------------------
>
>                 Key: BEAM-13829
>                 URL: https://issues.apache.org/jira/browse/BEAM-13829
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Ritesh Ghorse
>            Assignee: Ritesh Ghorse
>            Priority: P2
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Expose status api handle from Go SDK harness to runner.
> Doc link: 
> https://docs.google.com/document/d/1dMTD5_sKdzLcnoe0ZsQU5Wf9q11uliyYgFnnOZQDzuI/edit?usp=sharing



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to