File tree 22 files changed +38
-42
lines changed
22 files changed +38
-42
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/instana/go-sensor/example/beego
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/beego/beego/v2 v2.3.0
7
- github.com/instana/go-sensor v1.63.1
7
+ github.com/instana/go-sensor v1.64.0
8
8
github.com/instana/go-sensor/instrumentation/instabeego v0.1.0
9
9
github.com/opentracing/opentracing-go v1.2.0
10
10
)
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ module cosmos.example
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.2
6
-
7
5
require (
8
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
9
7
github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos v1.0.3
10
8
github.com/google/uuid v1.6.0
11
- github.com/instana/go-sensor v1.63.1
9
+ github.com/instana/go-sensor v1.64.0
12
10
github.com/instana/go-sensor/instrumentation/instacosmos v1.0.0
13
11
)
14
12
Original file line number Diff line number Diff line change 1
1
module couchbase.example
2
2
3
- go 1.21
4
-
5
- toolchain go1.21.0
3
+ go 1.22
6
4
7
5
require github.com/couchbase/gocb/v2 v2.9.1
8
6
9
7
require (
10
- github.com/instana/go-sensor v1.63.1
8
+ github.com/instana/go-sensor v1.64.0
11
9
github.com/instana/go-sensor/instrumentation/instagocb v1.4.1
12
10
)
13
11
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
46
46
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
47
47
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI =
48
48
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 /go.mod h1:g5qyo/la0ALbONm6Vbp88Yd8NsDy6rZz+RcrMPxvld8 =
49
- github.com/instana/go-sensor v1.63.1 h1:SJuU4rT/qsquC3Ha0kCYILe0/yl+Er2EnF7zSjJkGS4 =
50
- github.com/instana/go-sensor v1.63.1 /go.mod h1:VANqbeoHzgsGeilVYvTG8Kl/zFPuk2tr2DlyvBt8200 =
49
+ github.com/instana/go-sensor v1.64.0 h1:sago7DnfjuQ0OYDbs6amhc9RqSc76AkOfkyV2W209k8 =
50
+ github.com/instana/go-sensor v1.64.0 /go.mod h1:xRwSUW7zoxo2mKzzKGc163N82F8CuX5EpeNDQeg689M =
51
51
github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
52
52
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
53
53
github.com/konsorten/go-windows-terminal-sequences v1.0.1 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
Original file line number Diff line number Diff line change 1
1
module github.com/instana/go-sensor/example/gin
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.10.0
7
- github.com/instana/go-sensor v1.63.1
7
+ github.com/instana/go-sensor v1.64.0
8
8
github.com/instana/go-sensor/instrumentation/instagin v1.6.0
9
9
)
10
10
Original file line number Diff line number Diff line change 1
1
module github.com/instana/go-sensor/gorm-postgres
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
- github.com/instana/go-sensor v1.63.1
6
+ github.com/instana/go-sensor v1.64.0
7
7
github.com/instana/go-sensor/instrumentation/instagorm v1.3.0
8
8
gorm.io/driver/postgres v1.5.3
9
9
gorm.io/gorm v1.25.11
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
- github.com/instana/go-sensor v1.63.1 h1:SJuU4rT/qsquC3Ha0kCYILe0/yl+Er2EnF7zSjJkGS4 =
5
- github.com/instana/go-sensor v1.63.1 /go.mod h1:VANqbeoHzgsGeilVYvTG8Kl/zFPuk2tr2DlyvBt8200 =
4
+ github.com/instana/go-sensor v1.64.0 h1:sago7DnfjuQ0OYDbs6amhc9RqSc76AkOfkyV2W209k8 =
5
+ github.com/instana/go-sensor v1.64.0 /go.mod h1:xRwSUW7zoxo2mKzzKGc163N82F8CuX5EpeNDQeg689M =
6
6
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM =
7
7
github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
8
8
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk =
Original file line number Diff line number Diff line change 1
1
module github.com/instana/go-sensor/gorm-sqlite
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
- github.com/instana/go-sensor v1.63.1
6
+ github.com/instana/go-sensor v1.64.0
7
7
github.com/instana/go-sensor/instrumentation/instagorm v1.3.0
8
8
gorm.io/driver/sqlite v1.5.4
9
9
gorm.io/gorm v1.25.11
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
- github.com/instana/go-sensor v1.63.1 h1:SJuU4rT/qsquC3Ha0kCYILe0/yl+Er2EnF7zSjJkGS4 =
5
- github.com/instana/go-sensor v1.63.1 /go.mod h1:VANqbeoHzgsGeilVYvTG8Kl/zFPuk2tr2DlyvBt8200 =
4
+ github.com/instana/go-sensor v1.64.0 h1:sago7DnfjuQ0OYDbs6amhc9RqSc76AkOfkyV2W209k8 =
5
+ github.com/instana/go-sensor v1.64.0 /go.mod h1:xRwSUW7zoxo2mKzzKGc163N82F8CuX5EpeNDQeg689M =
6
6
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E =
7
7
github.com/jinzhu/inflection v1.0.0 /go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc =
8
8
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ =
Original file line number Diff line number Diff line change 1
1
module example.com/instagraphql
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/google/uuid v1.4.0
7
7
github.com/gorilla/websocket v1.5.0
8
8
github.com/graphql-go/graphql v0.8.1
9
9
github.com/graphql-go/handler v0.2.3
10
- github.com/instana/go-sensor v1.63.1
10
+ github.com/instana/go-sensor v1.64.0
11
11
github.com/instana/go-sensor/instrumentation/instagraphql v1.6.0
12
12
)
13
13
Original file line number Diff line number Diff line change 1
1
module github.com/instana/go-sensor/example/grpc-client-server
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
- github.com/instana/go-sensor v1.63.1
6
+ github.com/instana/go-sensor v1.64.0
7
7
github.com/instana/go-sensor/instrumentation/instagrpc v1.11.0
8
8
github.com/opentracing/opentracing-go v1.2.0
9
9
google.golang.org/grpc v1.65.0
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
5
5
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
6
- github.com/instana/go-sensor v1.63.1 h1:SJuU4rT/qsquC3Ha0kCYILe0/yl+Er2EnF7zSjJkGS4 =
7
- github.com/instana/go-sensor v1.63.1 /go.mod h1:VANqbeoHzgsGeilVYvTG8Kl/zFPuk2tr2DlyvBt8200 =
6
+ github.com/instana/go-sensor v1.64.0 h1:sago7DnfjuQ0OYDbs6amhc9RqSc76AkOfkyV2W209k8 =
7
+ github.com/instana/go-sensor v1.64.0 /go.mod h1:xRwSUW7zoxo2mKzzKGc163N82F8CuX5EpeNDQeg689M =
8
8
github.com/looplab/fsm v1.0.1 h1:OEW0ORrIx095N/6lgoGkFkotqH6s7vaFPsgjLAaF5QU =
9
9
github.com/looplab/fsm v1.0.1 /go.mod h1:PmD3fFvQEIsjMEfvZdrCDZ6y8VwKTwWNjlpEr6IKPO4 =
10
10
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs =
Original file line number Diff line number Diff line change 1
1
module http-database-greeter
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/instana/go-sensor v1.59.0
Original file line number Diff line number Diff line change 1
1
module github.com/instana/go-sensor/example/httprouter
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
- github.com/instana/go-sensor v1.63.1
6
+ github.com/instana/go-sensor v1.64.0
7
7
github.com/instana/go-sensor/instrumentation/instahttprouter v1.10.0
8
8
github.com/julienschmidt/httprouter v1.3.0
9
9
)
Original file line number Diff line number Diff line change 1
1
module kafka-producer-consumer
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/IBM/sarama v1.43.3
7
- github.com/instana/go-sensor v1.63.1
7
+ github.com/instana/go-sensor v1.64.0
8
8
github.com/instana/go-sensor/instrumentation/instasarama v1.12.0
9
9
github.com/opentracing/opentracing-go v1.2.0
10
10
)
Original file line number Diff line number Diff line change 1
1
module instana-opentracing
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/instana/go-sensor v1.59.0
Original file line number Diff line number Diff line change 1
1
module pgxsample
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/gorilla/mux v1.8.1
7
- github.com/instana/go-sensor v1.63.1
7
+ github.com/instana/go-sensor v1.64.0
8
8
github.com/instana/go-sensor/instrumentation/instapgx/v2 v2.0.0-00010101000000-000000000000
9
9
github.com/jackc/pgx/v5 v5.6.0
10
10
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
5
5
github.com/gorilla/mux v1.8.1 /go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ =
6
- github.com/instana/go-sensor v1.63.1 h1:SJuU4rT/qsquC3Ha0kCYILe0/yl+Er2EnF7zSjJkGS4 =
7
- github.com/instana/go-sensor v1.63.1 /go.mod h1:VANqbeoHzgsGeilVYvTG8Kl/zFPuk2tr2DlyvBt8200 =
6
+ github.com/instana/go-sensor v1.64.0 h1:sago7DnfjuQ0OYDbs6amhc9RqSc76AkOfkyV2W209k8 =
7
+ github.com/instana/go-sensor v1.64.0 /go.mod h1:xRwSUW7zoxo2mKzzKGc163N82F8CuX5EpeNDQeg689M =
8
8
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM =
9
9
github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
10
10
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 h1:L0QtFUgDarD7Fpv9jeVMgy/+Ec0mtnmYuImjTz6dtDA =
Original file line number Diff line number Diff line change 1
1
module example.com/instasarama
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/IBM/sarama v1.43.3
7
- github.com/instana/go-sensor v1.63.1
7
+ github.com/instana/go-sensor v1.64.0
8
8
github.com/instana/go-sensor/instrumentation/instasarama v1.17.0
9
9
github.com/opentracing/opentracing-go v1.2.0
10
10
)
Original file line number Diff line number Diff line change 1
1
module sql-mysql-gin
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.10.0
Original file line number Diff line number Diff line change 1
1
module sql-mysql.com
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/go-sql-driver/mysql v1.7.1
Original file line number Diff line number Diff line change 1
1
module sql-go-redis.com
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/bonede/go-redis-driver v0.1.0
You can’t perform that action at this time.
0 commit comments