File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
88 github.com/go-redis/redis/v8 v8.11.4
99 github.com/googollee/go-socket.io v1.6.2
1010 github.com/gotomicro/ego v1.0.0
11+ github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
1112 github.com/mailru/easyjson v0.7.7
1213 github.com/segmentio/kafka-go v0.4.31
1314 github.com/spf13/cast v1.4.1
Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/U
364364github.com/jcmturner/goidentity/v6 v6.0.1 /go.mod h1:X1YW3bgtvwAXju7V3LCIMpY0Gbxyjn/mY9zx4tFonSg =
365365github.com/jcmturner/gokrb5/v8 v8.4.2 /go.mod h1:sb+Xq/fTY5yktf/VxLsE3wlfPqQjp0aWNYyvBVK62bc =
366366github.com/jcmturner/rpc/v2 v2.0.3 /go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc =
367+ github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM =
367368github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af /go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k =
368369github.com/jmoiron/sqlx v1.2.0 /go.mod h1:1FEQNm3xlJgrMD+FBdI9+xvCksHtbpVBBw5dYhBSsks =
369370github.com/jonboulle/clockwork v0.1.0 /go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo =
Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ import (
1313 "net/url"
1414 "strings"
1515
16- "github.com/gotomicro/cetus/pkg/kerror"
1716 "github.com/gotomicro/ego/core/elog"
17+ "github.com/jmespath/go-jmespath"
1818 "github.com/spf13/cast"
1919 "golang.org/x/oauth2"
20+
21+ "github.com/gotomicro/cetus/pkg/kerror"
2022)
2123
2224// Connector ..
You can’t perform that action at this time.
0 commit comments