Skip to content

Commit 524dd60

Browse files
authored
chore:updated dependencies for the example programs (#891)
* chore:updated dependencies for the example programs * chore:removing toolchain statement
1 parent fe3c243 commit 524dd60

File tree

22 files changed

+38
-42
lines changed

22 files changed

+38
-42
lines changed

example/beego/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/instana/go-sensor/example/beego
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
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
88
github.com/instana/go-sensor/instrumentation/instabeego v0.1.0
99
github.com/opentracing/opentracing-go v1.2.0
1010
)

example/cosmos/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ module cosmos.example
22

33
go 1.22.0
44

5-
toolchain go1.22.2
6-
75
require (
86
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
97
github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos v1.0.3
108
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
1210
github.com/instana/go-sensor/instrumentation/instacosmos v1.0.0
1311
)
1412

example/couchbase/go.mod

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
module couchbase.example
22

3-
go 1.21
4-
5-
toolchain go1.21.0
3+
go 1.22
64

75
require github.com/couchbase/gocb/v2 v2.9.1
86

97
require (
10-
github.com/instana/go-sensor v1.63.1
8+
github.com/instana/go-sensor v1.64.0
119
github.com/instana/go-sensor/instrumentation/instagocb v1.4.1
1210
)
1311

example/couchbase/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
4646
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
4747
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=
4848
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=
5151
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
5252
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
5353
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=

example/gin/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/instana/go-sensor/example/gin
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
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
88
github.com/instana/go-sensor/instrumentation/instagin v1.6.0
99
)
1010

example/gorm-postgres/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/instana/go-sensor/gorm-postgres
22

3-
go 1.21
3+
go 1.22
44

55
require (
6-
github.com/instana/go-sensor v1.63.1
6+
github.com/instana/go-sensor v1.64.0
77
github.com/instana/go-sensor/instrumentation/instagorm v1.3.0
88
gorm.io/driver/postgres v1.5.3
99
gorm.io/gorm v1.25.11

example/gorm-postgres/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
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=
66
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
77
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
88
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=

example/gorm-sqlite/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/instana/go-sensor/gorm-sqlite
22

3-
go 1.21
3+
go 1.22
44

55
require (
6-
github.com/instana/go-sensor v1.63.1
6+
github.com/instana/go-sensor v1.64.0
77
github.com/instana/go-sensor/instrumentation/instagorm v1.3.0
88
gorm.io/driver/sqlite v1.5.4
99
gorm.io/gorm v1.25.11

example/gorm-sqlite/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
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=
66
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
77
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
88
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=

example/graphql/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module example.com/instagraphql
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/google/uuid v1.4.0
77
github.com/gorilla/websocket v1.5.0
88
github.com/graphql-go/graphql v0.8.1
99
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
1111
github.com/instana/go-sensor/instrumentation/instagraphql v1.6.0
1212
)
1313

example/grpc-client-server/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/instana/go-sensor/example/grpc-client-server
22

3-
go 1.21
3+
go 1.22
44

55
require (
6-
github.com/instana/go-sensor v1.63.1
6+
github.com/instana/go-sensor v1.64.0
77
github.com/instana/go-sensor/instrumentation/instagrpc v1.11.0
88
github.com/opentracing/opentracing-go v1.2.0
99
google.golang.org/grpc v1.65.0

example/grpc-client-server/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
55
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=
88
github.com/looplab/fsm v1.0.1 h1:OEW0ORrIx095N/6lgoGkFkotqH6s7vaFPsgjLAaF5QU=
99
github.com/looplab/fsm v1.0.1/go.mod h1:PmD3fFvQEIsjMEfvZdrCDZ6y8VwKTwWNjlpEr6IKPO4=
1010
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=

example/http-database-greeter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module http-database-greeter
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/instana/go-sensor v1.59.0

example/httprouter/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/instana/go-sensor/example/httprouter
22

3-
go 1.21
3+
go 1.22
44

55
require (
6-
github.com/instana/go-sensor v1.63.1
6+
github.com/instana/go-sensor v1.64.0
77
github.com/instana/go-sensor/instrumentation/instahttprouter v1.10.0
88
github.com/julienschmidt/httprouter v1.3.0
99
)

example/kafka-producer-consumer/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module kafka-producer-consumer
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
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
88
github.com/instana/go-sensor/instrumentation/instasarama v1.12.0
99
github.com/opentracing/opentracing-go v1.2.0
1010
)

example/opentracing/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module instana-opentracing
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/instana/go-sensor v1.59.0

example/pgxv5/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module pgxsample
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
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
88
github.com/instana/go-sensor/instrumentation/instapgx/v2 v2.0.0-00010101000000-000000000000
99
github.com/jackc/pgx/v5 v5.6.0
1010
)

example/pgxv5/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
55
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=
88
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
99
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
1010
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 h1:L0QtFUgDarD7Fpv9jeVMgy/+Ec0mtnmYuImjTz6dtDA=

example/sarama/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module example.com/instasarama
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
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
88
github.com/instana/go-sensor/instrumentation/instasarama v1.17.0
99
github.com/opentracing/opentracing-go v1.2.0
1010
)

example/sql-mysql-gin/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sql-mysql-gin
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/gin-gonic/gin v1.10.0

example/sql-mysql/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sql-mysql.com
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/go-sql-driver/mysql v1.7.1

example/sql-redis/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sql-go-redis.com
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/bonede/go-redis-driver v0.1.0

0 commit comments

Comments
 (0)