Skip to content

Commit

Permalink
Update arrow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Apr 27, 2023
1 parent e7586af commit 3ef0588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/antchfx/jsonquery v1.3.1
github.com/antchfx/xmlquery v1.3.15
github.com/antchfx/xpath v1.2.4
github.com/apache/arrow/go/v12 v12.0.0-20230414214524-bb69b9f2d617
github.com/apache/arrow/go/v12 v12.0.0-20230427135312-c95980f4bee4
github.com/apache/iotdb-client-go v0.12.2-0.20220722111104-cd17da295b46
github.com/apache/thrift v0.18.1
github.com/aristanetworks/goarista v0.0.0-20190325233358-a123909ec740
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ github.com/antonmedv/expr v1.9.0/go.mod h1:5qsM3oLGDND7sDmQGDXHkYfkjYMUX14qsgqmH
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0=
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 h1:q4dksr6ICHXqG5hm0ZW5IHyeEJXoIJSOZeBLmWPNeIQ=
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40/go.mod h1:Q7yQnSMnLvcXlZ8RV+jwz/6y1rQTqbX6C82SndT52Zs=
github.com/apache/arrow/go/v12 v12.0.0-20230414214524-bb69b9f2d617 h1:LZoH4/hFOVQpsUJYDD43DhJfYuO7n6B7FW78sdGzeFI=
github.com/apache/arrow/go/v12 v12.0.0-20230414214524-bb69b9f2d617/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
github.com/apache/arrow/go/v12 v12.0.0-20230427135312-c95980f4bee4 h1:mtXeZFEQtB9eB3fgyOk7sS+OGbGKC0LicRmjpk0fXek=
github.com/apache/arrow/go/v12 v12.0.0-20230427135312-c95980f4bee4/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
github.com/apache/iotdb-client-go v0.12.2-0.20220722111104-cd17da295b46 h1:28HyUQcr8ZCyCAatR0gkf9PuLr52U2T+66tx5Th0nxI=
github.com/apache/iotdb-client-go v0.12.2-0.20220722111104-cd17da295b46/go.mod h1:1z89VPGCUGHGqxkPW8p2Haq6WJwrRBKZN+WOjDBiQQM=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
Expand Down

0 comments on commit 3ef0588

Please sign in to comment.