File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -621,8 +621,6 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
621
621
github.com/zserge/lorca v0.1.9 /go.mod h1:bVmnIbIRlOcoV285KIRSe4bUABKi7R7384Ycuum6e4A =
622
622
go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
623
623
go.etcd.io/bbolt v1.3.3 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
624
- go.mongodb.org/mongo-driver v1.3.3 h1:9kX7WY6sU/5qBuhm5mdnNWdqaDAQKB2qSZOd5wMEPGQ =
625
- go.mongodb.org/mongo-driver v1.3.3 /go.mod h1:MSWZXKOynuguX+JSvwP8i+58jYCXxbia8HS3gZBapIE =
626
624
go.mongodb.org/mongo-driver v1.3.4 h1:zs/dKNwX0gYUtzwrN9lLiR15hCO0nDwQj5xXx+vjCdE =
627
625
go.mongodb.org/mongo-driver v1.3.4 /go.mod h1:MSWZXKOynuguX+JSvwP8i+58jYCXxbia8HS3gZBapIE =
628
626
go.opencensus.io v0.20.1 /go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk =
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func SetupStrategyFromConfig(strategy Strategy) (err error) {
73
73
err = fmt .Errorf ("no exchange found" )
74
74
return
75
75
}
76
- var exs []Exchange
76
+ var exs []interface {}
77
77
for _ , ex := range c .Exchanges {
78
78
exchange := exchanges .NewExchange (ex .Name ,
79
79
ApiDebugModeOption (ex .DebugMode ),
You can’t perform that action at this time.
0 commit comments