-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (33 loc) · 1.19 KB
/
go.mod
File metadata and controls
38 lines (33 loc) · 1.19 KB
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
30
31
32
33
34
35
36
37
38
module github.com/zeroflucs-given/charybdis
go 1.25.5
tool go.uber.org/mock/mockgen
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.17.1
require (
github.com/gocql/gocql v1.7.0
github.com/mitchellh/mapstructure v1.5.0
github.com/scylladb/go-reflectx v1.0.1
github.com/scylladb/gocqlx/v3 v3.0.4
github.com/stretchr/testify v1.11.1
github.com/zeroflucs-given/generics v0.0.0-20260129235756-dd843c240aba
go.opentelemetry.io/otel v1.40.0
go.opentelemetry.io/otel/trace v1.40.0
go.uber.org/mock v0.6.0
go.uber.org/zap v1.27.1
golang.org/x/sync v0.19.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel/metric v1.40.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/tools v0.36.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)