File tree 3 files changed +4
-4
lines changed
instrumentation/instagrpc
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/instana/go-sensor v1.66.1
7
7
github.com/opentracing/opentracing-go v1.2.0
8
8
github.com/stretchr/testify v1.8.4
9
- google.golang.org/grpc v1.69.0
9
+ google.golang.org/grpc v1.69.2
10
10
)
11
11
12
12
require (
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
41
41
golang.org/x/text v0.19.0 /go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY =
42
42
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 h1:X58yt85/IXCx0Y3ZwN6sEIKZzQtDEYaBWrDvErdXrRE =
43
43
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 /go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI =
44
- google.golang.org/grpc v1.69.0 h1:quSiOM1GJPmPH5XtU+BCoVXcDVJJAzNcoyfC2cCjGkI =
45
- google.golang.org/grpc v1.69.0 /go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4 =
44
+ google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU =
45
+ google.golang.org/grpc v1.69.2 /go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4 =
46
46
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA =
47
47
google.golang.org/protobuf v1.35.1 /go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE =
48
48
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
Original file line number Diff line number Diff line change 6
6
| 4 | HTTP | [ mux] ( https://pkg.go.dev/github.com/gorilla/mux ) | [ instamux] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instamux ) | v1.8.0 | v1.8.1 |
7
7
| 5 | HTTP | [ httprouter] ( https://pkg.go.dev/github.com/julienschmidt/httprouter ) | [ instahttprouter] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instahttprouter ) | v1.3.0 | v1.3.0 |
8
8
| 6 | HTTP | [ fiber] ( https://pkg.go.dev/github.com/gofiber/fiber/v2 ) | [ instafiber] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instafiber ) | v2.48.0 | v2.52.5 |
9
- | 7 | RPC | [ grpc] ( https://pkg.go.dev/google.golang.org/grpc ) | [ instagrpc] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instagrpc ) | v1.15.0 | v1.69.0 |
9
+ | 7 | RPC | [ grpc] ( https://pkg.go.dev/google.golang.org/grpc ) | [ instagrpc] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instagrpc ) | v1.15.0 | v1.69.2 |
10
10
| 8 | Databases | database/sql | | | |
11
11
| 9 | Databases | [ mongo-driver] ( https://pkg.go.dev/go.mongodb.org/mongo-driver ) | [ instamongo] ( https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instamongo ) | v1.7.2 | v1.17.1 |
12
12
| 10 | 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 |
You can’t perform that action at this time.
0 commit comments