Abacn commented on code in PR #39480:
URL: https://github.com/apache/beam/pull/39480#discussion_r3916871944


##########
learning/tour-of-beam/backend/go.mod:
##########
@@ -15,18 +15,82 @@
 
 module beam.apache.org/learning/tour-of-beam/backend
 
-go 1.16
+go 1.25.0
 
 require (
        github.com/GoogleCloudPlatform/functions-framework-go v1.5.3
        gopkg.in/yaml.v3 v3.0.1
 )
 
 require (
-       cloud.google.com/go/datastore v1.8.0
-       cloud.google.com/go/firestore v1.7.0 // indirect
+       cel.dev/expr v0.25.1 // indirect

Review Comment:
   Is it expected to have a long list here? Are these generated by tool or 
agent? 



-- 
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]

Reply via email to