File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ services:
1919 container_name : temporal-cassandra
2020 ports :
2121 - " 9042:9042"
22+ environment :
23+ CASSANDRA_LISTEN_ADDRESS : 127.0.0.1
2224 networks :
2325 - temporal-dependencies-network
2426 postgres :
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ require (
4545 github.com/olivere/elastic v6.2.32+incompatible
4646 github.com/onsi/ginkgo v1.10.3 // indirect
4747 github.com/onsi/gomega v1.7.1 // indirect
48- github.com/opentracing/opentracing-go v1.2.0 // indirect
4948 github.com/pborman/uuid v1.2.0
5049 github.com/pierrec/lz4 v2.5.2+incompatible // indirect
5150 github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
Original file line number Diff line number Diff line change @@ -277,8 +277,6 @@ github.com/onsi/gomega v1.7.1 h1:K0jcRCwNQM3vFGh1ppMtDh/+7ApJrjldlX8fA0jDTLQ=
277277github.1485827954.workers.dev/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
278278github.1485827954.workers.dev/opentracing/opentracing-go v1.1.0 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU =
279279github.1485827954.workers.dev/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
280- github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs =
281- github.com/opentracing/opentracing-go v1.2.0 /go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc =
282280github.1485827954.workers.dev/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g =
283281github.1485827954.workers.dev/pborman/uuid v1.2.0 /go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k =
284282github.1485827954.workers.dev/pierrec/lz4 v2.4.1+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
You can’t perform that action at this time.
0 commit comments