Skip to content

Commit

Permalink
update clickhouse to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Mar 28, 2020
1 parent 0d964af commit a5ce641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/golang/snappy v0.0.1 // indirect
github.com/ipipdotnet/datx-go v0.0.0-20180617151335-0ac818a639c3
github.com/json-iterator/go v1.1.6
github.com/kshvakov/clickhouse v1.3.4
github.com/kshvakov/clickhouse v1.3.6
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/json-iterator/go v1.1.6 h1:MrUvLMLTMxbqFJ9kzlvat/rYZqZnW3u4wkLzWTaFwK
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
github.com/kshvakov/clickhouse v1.3.4 h1:p/yqvOmeDRH+KyCH6NtwExelr4rimLBBfKW2a/wBN94=
github.com/kshvakov/clickhouse v1.3.4/go.mod h1:DMzX7FxRymoNkVgizH0DWAL8Cur7wHLgx3MUnGwJqpE=
github.com/kshvakov/clickhouse v1.3.6 h1:xXfhIWCFUv6bHdMGwlLsfkWoZT7wACl+OsLvIqg7q4Q=
github.com/kshvakov/clickhouse v1.3.6/go.mod h1:DMzX7FxRymoNkVgizH0DWAL8Cur7wHLgx3MUnGwJqpE=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=
Expand Down

0 comments on commit a5ce641

Please sign in to comment.