mirror of
http://github.com/goal-web/database
synced 2025-12-24 10:40:53 +08:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/goal-web/database
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go/v2 v2.0.9
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/goal-web/application v0.1.6
|
|
github.com/goal-web/collection v0.1.6
|
|
github.com/goal-web/config v0.1.4
|
|
github.com/goal-web/contracts v0.1.66
|
|
github.com/goal-web/querybuilder v0.1.19
|
|
github.com/goal-web/supports v0.1.32
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/lib/pq v1.10.4
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/apex/log v1.9.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/goal-web/container v0.1.7 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/paulmach/orb v0.4.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.14 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/qbhy/parallel v1.4.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
go.opentelemetry.io/otel v1.3.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|