mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) from 0.58.2 to 0.65.0. - [Release notes](https://github.com/ClickHouse/ch-go/releases) - [Commits](https://github.com/ClickHouse/ch-go/compare/v0.58.2...v0.65.0) --- updated-dependencies: - dependency-name: github.com/ClickHouse/ch-go dependency-version: 0.65.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
107 lines
4.5 KiB
Modula-2
107 lines
4.5 KiB
Modula-2
module github.com/xxjwxc/public
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.9+incompatible
|
|
github.com/apache/rocketmq-client-go/v2 v2.1.2-0.20230412142645-25003f6f083d
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/bytedance/sonic v1.13.2
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/gookit/color v1.2.5
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jander/golog v0.0.0-20150917071935-954a5be801fc
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/jroimartin/gocui v0.4.0
|
|
github.com/kardianos/service v1.2.1
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/nicksnyder/go-i18n/v2 v2.0.3
|
|
github.com/nsqio/go-nsq v1.0.8
|
|
github.com/olivere/elastic v6.2.31+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rabbitmq/amqp091-go v1.8.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/usthooz/gutil v0.0.0-20220415021411-9948fc1f4e88
|
|
github.com/wenzhenxi/gorsa v0.0.0-20210524035706-528c7050d703
|
|
github.com/xxjwxc/clickhouse v0.0.0-20240202084719-aad15ea5f045
|
|
github.com/xxjwxc/gowp v0.0.0-20200603130651-4d7368b0e285
|
|
gitlab.com/gitlab-org/api/client-go v0.117.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.24.0
|
|
golang.org/x/net v0.26.0
|
|
golang.org/x/text v0.16.0
|
|
google.golang.org/grpc v1.58.3
|
|
google.golang.org/protobuf v1.36.0
|
|
gopkg.in/eapache/queue.v1 v1.1.0
|
|
gopkg.in/go-with/wxpay.v1 v1.3.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gorm.io/driver/mysql v1.0.1
|
|
gorm.io/gorm v1.25.4
|
|
)
|
|
|
|
require (
|
|
github.com/ClickHouse/ch-go v0.65.0 // indirect
|
|
github.com/ClickHouse/clickhouse-go/v2 v2.18.0 // indirect
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.4 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/go-faster/city v1.0.1 // indirect
|
|
github.com/go-faster/errors v0.7.1 // indirect
|
|
github.com/golang/mock v1.3.1 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mailru/easyjson v0.7.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/paulmach/orb v0.11.1 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tidwall/gjson v1.13.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
go.opentelemetry.io/otel v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
|
|
golang.org/x/oauth2 v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/term v0.21.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
stathat.com/c/consistent v1.0.0 // indirect
|
|
)
|