-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (29 loc) · 1.06 KB
/
go.mod
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
module github.com/zeroflucs-given/charybdis
go 1.23
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.4
require (
github.com/gocql/gocql v1.6.0
github.com/mitchellh/mapstructure v1.5.0
github.com/scylladb/go-reflectx v1.0.1
github.com/scylladb/gocqlx/v2 v2.8.0
github.com/stretchr/testify v1.9.0
github.com/zeroflucs-given/generics v0.0.0-20240428053259-a7bab56e60d6
go.opentelemetry.io/otel v1.31.0
go.opentelemetry.io/otel/trace v1.31.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.8.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.29.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)