You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/28 11:14:16 UTC

[GitHub] [iotdb] yanhongwangg commented on a change in pull request #2559: [IOTDB-519] Apache IoTDB integration with Prometheus

yanhongwangg commented on a change in pull request #2559:
URL: https://github.com/apache/iotdb/pull/2559#discussion_r566011842



##########
File path: openapi/go-rest/src/go.mod
##########
@@ -23,4 +23,15 @@ go 1.13
 
 replace github.com/iotdbrest => ../target/gen/iotdbrest
 
-require github.com/iotdbrest v0.0.0-00010101000000-000000000000
+require (
+	github.com/apache/iotdb-client-go v0.0.0-20210121135451-b5e80e0720c8
+	github.com/cespare/xxhash v1.1.0
+	github.com/gogo/protobuf v1.3.2
+	github.com/golang/snappy v0.0.2
+	github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
+	github.com/iotdbrest v0.0.0-00010101000000-000000000000
+	github.com/prometheus/prometheus v2.5.0+incompatible
+	google.golang.org/genproto v0.0.0-20210122163508-8081c04a3579 // indirect
+	google.golang.org/grpc v1.35.0 // indirect
+	gopkg.in/yaml.v2 v2.4.0

Review comment:
       > Hi, could you check the licenses of these dependencies, and list them in this PR.
   
   OK, I'll check it




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

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