File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
pkg/gofr/datasource/cassandra Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/gocql/gocql v1.7.0
77 github.com/stretchr/testify v1.11.1
8- go.opentelemetry.io/otel v1.37 .0
9- go.opentelemetry.io/otel/trace v1.37 .0
8+ go.opentelemetry.io/otel v1.38 .0
9+ go.opentelemetry.io/otel/trace v1.38 .0
1010 go.uber.org/mock v0.6.0
1111)
1212
@@ -18,7 +18,7 @@ require (
1818 github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
1919 github.com/pmezard/go-difflib v1.0.0 // indirect
2020 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
21- go.opentelemetry.io/otel/metric v1.37 .0 // indirect
21+ go.opentelemetry.io/otel/metric v1.38 .0 // indirect
2222 gopkg.in/inf.v0 v0.9.1 // indirect
2323 gopkg.in/yaml.v3 v3.0.1 // indirect
2424)
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
3636github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
3737go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA =
3838go.opentelemetry.io/auto/sdk v1.1.0 /go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A =
39- go.opentelemetry.io/otel v1.37 .0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ =
40- go.opentelemetry.io/otel v1.37 .0 /go.mod h1:ehE/umFRLnuLa/vSccNq9oS1ErUlkkK71gMcN34UG8I =
41- go.opentelemetry.io/otel/metric v1.37 .0 h1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE =
42- go.opentelemetry.io/otel/metric v1.37 .0 /go.mod h1:04wGrZurHYKOc+RKeye86GwKiTb9FKm1WHtO+4EVr2E =
43- go.opentelemetry.io/otel/trace v1.37 .0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4 =
44- go.opentelemetry.io/otel/trace v1.37 .0 /go.mod h1:TlgrlQ+PtQO5XFerSPUYG0JSgGyryXewPGyayAWSBS0 =
39+ go.opentelemetry.io/otel v1.38 .0 h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8 =
40+ go.opentelemetry.io/otel v1.38 .0 /go.mod h1:zcmtmQ1+YmQM9wrNsTGV/q/uyusom3P8RxwExxkZhjM =
41+ go.opentelemetry.io/otel/metric v1.38 .0 h1:Kl6lzIYGAh5M159u9NgiRkmoMKjvbsKtYRwgfrA6WpA =
42+ go.opentelemetry.io/otel/metric v1.38 .0 /go.mod h1:kB5n/QoRM8YwmUahxvI3bO34eVtQf2i4utNVLr9gEmI =
43+ go.opentelemetry.io/otel/trace v1.38 .0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE =
44+ go.opentelemetry.io/otel/trace v1.38 .0 /go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs =
4545go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y =
4646go.uber.org/mock v0.6.0 /go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU =
4747gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments