File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
instrumentation/instagorm Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/opentracing/opentracing-go v1.2.0
8
8
github.com/stretchr/testify v1.10.0
9
9
gorm.io/driver/sqlite v1.5.7
10
- gorm.io/gorm v1.30.0
10
+ gorm.io/gorm v1.30.1
11
11
)
12
12
13
13
require (
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ 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
32
gorm.io/driver/sqlite v1.5.7 h1:8NvsrhP0ifM7LX9G4zPB97NwovUakUxc+2V2uuf3Z1I =
33
33
gorm.io/driver/sqlite v1.5.7 /go.mod h1:U+J8craQU6Fzkcvu8oLeAQmi50TkwPEhHDEjQZXDah4 =
34
- gorm.io/gorm v1.30.0 h1:qbT5aPv1UH8gI99OsRlvDToLxW5zR7FzS9acZDOZcgs =
35
- gorm.io/gorm v1.30.0 /go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE =
34
+ gorm.io/gorm v1.30.1 h1:lSHg33jJTBxs2mgJRfRZeLDG+WZaHYCk3Wtfl6Ngzo4 =
35
+ gorm.io/gorm v1.30.1 /go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE =
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.0 |
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.1 |
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.10.1 |
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.49.0 |
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.45.2 |
You can’t perform that action at this time.
0 commit comments