forked from uptrace/go-clickhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 940 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/glassdomeinc/clicky
go 1.24.1
replace github.com/glassdomeinc/clicky/chdebug => ./chdebug
require (
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/codemodus/kace v0.5.1
github.com/glassdomeinc/clicky/chdebug v0.3.8
github.com/jinzhu/inflection v1.0.0
github.com/pierrec/lz4/v4 v4.1.22
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel/trace v1.35.0
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel v1.35.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)