Skip to content

Commit

Permalink
add mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed Feb 2, 2024
1 parent cad4814 commit ac4b0f6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2,750 deletions.
26 changes: 23 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
module gorm.io/driver/clickhouse

go 1.14
go 1.21

require (
github.com/ClickHouse/clickhouse-go/v2 v2.15.0
github.com/ClickHouse/clickhouse-go/v2 v2.18.0
github.com/hashicorp/go-version v1.6.0
gorm.io/gorm v1.24.6
gorm.io/gorm v1.25.4
)

require (
github.com/ClickHouse/ch-go v0.58.2 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.6.1 // indirect
github.com/google/uuid 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.16.7 // indirect
github.com/paulmach/orb v0.11.1 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // 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
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit ac4b0f6

Please sign in to comment.