-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation and packages (#186)
* update doc and packages * removed unused dependencies * set versions of images * cleanup --------- Co-authored-by: Zhichang Yu <[email protected]>
- Loading branch information
1 parent
a07826d
commit afe8bd4
Showing
7 changed files
with
175 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,88 @@ | ||
module github.com/housepower/clickhouse_sinker | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.4 | ||
|
||
require ( | ||
github.com/ClickHouse/clickhouse-go/v2 v2.15.0 | ||
github.com/RoaringBitmap/roaring v1.3.0 | ||
github.com/ClickHouse/clickhouse-go/v2 v2.17.1 | ||
github.com/RoaringBitmap/roaring v1.7.0 | ||
github.com/YenchangChan/franz-go/pkg/sasl/kerberos v0.0.0-20231127011105-840a25342a2e | ||
github.com/avast/retry-go/v4 v4.5.0 | ||
github.com/bytedance/sonic v1.10.0-rc3 | ||
github.com/avast/retry-go/v4 v4.5.1 | ||
github.com/bytedance/sonic v1.10.2 | ||
github.com/cespare/xxhash/v2 v2.2.0 | ||
github.com/google/gops v0.3.27 | ||
github.com/google/uuid v1.4.0 | ||
github.com/hjson/hjson-go/v4 v4.3.0 | ||
github.com/google/gops v0.3.28 | ||
github.com/google/uuid v1.5.0 | ||
github.com/hjson/hjson-go/v4 v4.4.0 | ||
github.com/jcmturner/gokrb5/v8 v8.4.4 | ||
github.com/jinzhu/copier v0.3.5 | ||
github.com/jinzhu/copier v0.4.0 | ||
github.com/matoous/go-nanoid/v2 v2.0.0 | ||
github.com/nacos-group/nacos-sdk-go v1.1.4 | ||
github.com/prometheus/client_golang v1.16.0 | ||
github.com/prometheus/common v0.44.0 | ||
github.com/prometheus/client_golang v1.18.0 | ||
github.com/prometheus/common v0.45.0 | ||
github.com/shopspring/decimal v1.3.1 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/thanos-io/thanos v0.31.0 | ||
github.com/tidwall/gjson v1.16.0 | ||
github.com/thanos-io/thanos v0.33.0 | ||
github.com/tidwall/gjson v1.17.0 | ||
github.com/troian/healthcheck v0.1.4-0.20200127040058-c373fb6a0dc1 | ||
github.com/twmb/franz-go v1.14.3 | ||
github.com/twmb/franz-go/pkg/kadm v1.9.0 | ||
github.com/twmb/franz-go v1.15.4 | ||
github.com/twmb/franz-go/pkg/kadm v1.10.0 | ||
github.com/twmb/franz-go/plugin/kzap v1.1.2 | ||
github.com/valyala/fastjson v1.6.4 | ||
go.uber.org/zap v1.25.0 | ||
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad | ||
golang.org/x/time v0.3.0 | ||
go.uber.org/zap v1.26.0 | ||
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b | ||
golang.org/x/time v0.5.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
) | ||
|
||
require ( | ||
github.com/ClickHouse/ch-go v0.58.2 // indirect | ||
github.com/aliyun/alibaba-cloud-sdk-go v1.62.510 // indirect | ||
github.com/ClickHouse/ch-go v0.61.0 // indirect | ||
github.com/aliyun/alibaba-cloud-sdk-go v1.62.648 // indirect | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bits-and-blooms/bitset v1.8.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.13.0 // indirect | ||
github.com/buger/jsonparser v1.1.1 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect | ||
github.com/chenzhuoyu/iasm v0.9.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-errors/errors v1.4.2 // indirect | ||
github.com/chenzhuoyu/iasm v0.9.1 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-errors/errors v1.5.1 // indirect | ||
github.com/go-faster/city v1.0.1 // indirect | ||
github.com/go-faster/errors v0.7.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/go-faster/errors v0.7.1 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect | ||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | ||
github.com/jcmturner/gofork v1.7.6 // indirect | ||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect | ||
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mschoch/smat v0.2.0 // indirect | ||
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect | ||
github.com/paulmach/orb v0.10.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.18 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.19 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
github.com/streadway/amqp v1.1.0 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/twmb/franz-go/pkg/kmsg v1.6.1 // indirect | ||
go.opentelemetry.io/otel v1.19.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.19.0 // indirect | ||
github.com/twmb/franz-go/pkg/kmsg v1.7.0 // indirect | ||
go.opentelemetry.io/otel v1.21.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.21.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/arch v0.4.0 // indirect | ||
golang.org/x/arch v0.6.0 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.