File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
instrumentation/instagorm Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ require (
6
6
github.com/instana/go-sensor v1.70.0
7
7
github.com/opentracing/opentracing-go v1.2.0
8
8
github.com/stretchr/testify v1.10.0
9
- gorm.io/driver/sqlite v1.5.7
10
- gorm.io/gorm v1.30.5
9
+ gorm.io/driver/sqlite v1.6.0
10
+ gorm.io/gorm v1.31.0
11
11
)
12
12
13
13
require (
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+
29
29
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
30
30
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
31
31
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
32
- gorm.io/driver/sqlite v1.5.7 h1:8NvsrhP0ifM7LX9G4zPB97NwovUakUxc+2V2uuf3Z1I =
33
- gorm.io/driver/sqlite v1.5.7 /go.mod h1:U+J8craQU6Fzkcvu8oLeAQmi50TkwPEhHDEjQZXDah4 =
34
- gorm.io/gorm v1.30.5 h1:dvEfYwxL+i+xgCNSGGBT1lDjCzfELK8fHZxL3Ee9X0s =
35
- gorm.io/gorm v1.30.5 /go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE =
32
+ gorm.io/driver/sqlite v1.6.0 h1:WHRRrIiulaPiPFmDcod6prc4l2VGVWHz80KspNsxSfQ =
33
+ gorm.io/driver/sqlite v1.6.0 /go.mod h1:AO9V1qIQddBESngQUKWL9yoH93HIeA1X6V633rBwyT8 =
34
+ gorm.io/gorm v1.31.0 h1:0VlycGreVhK7RF/Bwt51Fk8v0xLiiiFdbGDPIZQ7mJY =
35
+ gorm.io/gorm v1.31.0 /go.mod h1:XyQVbO2k6YkOis7C2437jSit3SsDK72s7n7rsSHd+Gs =
Original file line number Diff line number Diff line change 13
13
| 11 | Databases | [ pgx] ( https://pkg.go.dev/github.com/jackc/pgx/v4 ) | [ instapgx] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instapgx ) | v4.14.1 | v4.18.3 |
14
14
| 12 | Databases | [ go-redis] ( https://pkg.go.dev/github.com/go-redis/redis/v8 ) | [ instaredis] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instaredis ) | v8.11.4 | v8.11.5 |
15
15
| 13 | Databases | [ redigo] ( https://pkg.go.dev/github.com/gomodule/redigo ) | [ instaredigo] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instaredigo ) | v1.8.8 | v1.9.2 |
16
- | 14 | Databases | [ gorm] ( https://pkg.go.dev/gorm.io/gorm ) | [ instagorm] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instagorm ) | v1.25.0 | v1.30.5 |
16
+ | 14 | Databases | [ gorm] ( https://pkg.go.dev/gorm.io/gorm ) | [ instagorm] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instagorm ) | v1.25.0 | v1.31.0 |
17
17
| 15 | Databases | [ gocb] ( https://pkg.go.dev/github.com/couchbase/gocb/v2 ) | [ instagocb] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instagocb ) | v2.6.5 | v2.11.0 |
18
18
| 16 | Messaging | [ pubsub] ( https://pkg.go.dev/cloud.google.com/go/pubsub ) | [ instapubsub] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/cloud.google.com/go/pubsub ) | v1.3.1 | v1.50.1 |
19
19
| 17 | Messaging | [ sarama] ( https://pkg.go.dev/github.com/IBM/sarama ) | [ instasarama] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instasarama ) | v1.19.0 | v1.46.0 |
You can’t perform that action at this time.
0 commit comments