File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ func NewClient(opt Options) (*Client, error) {
143143 c .updateAPIPath ()
144144 c .pool = addresspool .NewPool (opt .Endpoints , addresspool.Options {
145145 HttpProbeOptions : & addresspool.HttpProbeOptions {
146- Client : c .client ,
147146 Protocol : c .protocol ,
148147 Path : MSAPIPath + ReadinessPath ,
149148 },
Original file line number Diff line number Diff line change 44
55require (
66 github.com/cenkalti/backoff/v4 v4.1.1
7- github.com/go-chassis/cari v0.9.1-0.20250218030513-c24f08ad58b0
7+ github.com/go-chassis/cari v0.9.1-0.20250322063348-41f1988548c4
88 github.com/go-chassis/foundation v0.4.0
99 github.com/go-chassis/openlog v1.1.3
1010 github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
66github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77github.com/deckarep/golang-set v1.7.1 h1:SCQV0S6gTtp6itiFrTqI+pfmJ4LN85S1YzhDf9rTHJQ =
88github.com/deckarep/golang-set v1.7.1 /go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ =
9- github.com/go-chassis/cari v0.9.1-0.20250218030513-c24f08ad58b0 h1:QDdVM6MfNSmQNF6WxUYvoMRVkJ87/fdaRpz4PPisRIA =
10- github.com/go-chassis/cari v0.9.1-0.20250218030513-c24f08ad58b0 /go.mod h1:ibqLyh+Q+1n9PlldW3glD9G+2s/yeSyVMCCkQWKRwuE =
9+ github.com/go-chassis/cari v0.9.1-0.20250322063348-41f1988548c4 h1:aU4lCp/RAk3CtR7CeMhJW2kkqJgRP1x9m/tsrRTQdgQ =
10+ github.com/go-chassis/cari v0.9.1-0.20250322063348-41f1988548c4 /go.mod h1:ibqLyh+Q+1n9PlldW3glD9G+2s/yeSyVMCCkQWKRwuE =
1111github.com/go-chassis/foundation v0.4.0 h1:z0xETnSxF+vRXWjoIhOdzt6rywjZ4sB++utEl4YgWEY =
1212github.com/go-chassis/foundation v0.4.0 /go.mod h1:6NsIUaHghTFRGfCBcZN011zl196F6OR5QvD9N+P4oWU =
1313github.com/go-chassis/openlog v1.1.3 h1:XqIOvZ8YPJ9o9lLtLBskQNNWolK5kC6a4Sv7r4s9sZ4 =
You can’t perform that action at this time.
0 commit comments