Skip to content

Commit

Permalink
升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 25, 2023
1 parent c7ab538 commit 3c9ca2f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
32 changes: 31 additions & 1 deletion driver/clickhouse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,38 @@ module github.com/farseer-go/linkTrace/driver/clickhouse
go 1.19

require (
github.com/farseer-go/linkTrace v0.10.0
github.com/farseer-go/collections v0.11.0
github.com/farseer-go/data v0.11.0
github.com/farseer-go/data/driver/clickhouse v0.11.0
github.com/farseer-go/fs v0.11.0
github.com/farseer-go/linkTrace v0.11.0
github.com/farseer-go/mapper v0.11.0
github.com/farseer-go/queue v0.11.0
)

require (
github.com/ClickHouse/ch-go v0.61.0 // indirect
github.com/ClickHouse/clickhouse-go/v2 v2.17.0 // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.7.1 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/paulmach/orb v0.10.0 // indirect
github.com/pierrec/lz4/v4 v4.1.19 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/timandy/routine v1.1.2 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/clickhouse v0.6.0 // indirect
gorm.io/driver/mysql v1.5.2 // indirect
gorm.io/gorm v1.25.5 // indirect
)
13 changes: 6 additions & 7 deletions driver/elasticSearch/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ module github.com/farseer-go/linkTrace/driver/elasticSearch
go 1.19

require (
github.com/farseer-go/collections v0.10.0
github.com/farseer-go/elasticSearch v0.10.0
github.com/farseer-go/fs v0.10.0
github.com/farseer-go/linkTrace v0.10.0
github.com/farseer-go/queue v0.10.0
github.com/farseer-go/collections v0.11.0
github.com/farseer-go/elasticSearch v0.11.0
github.com/farseer-go/fs v0.11.0
github.com/farseer-go/linkTrace v0.11.0
github.com/farseer-go/mapper v0.11.0
github.com/farseer-go/queue v0.11.0
)

require (
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/olivere/elastic/v7 v7.0.32 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 3c9ca2f

Please sign in to comment.