Skip to content

Commit

Permalink
chore:removing toolchain statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sanojsubran committed Aug 23, 2024
1 parent 7732a6c commit 058d6ed
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions example/beego/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/instana/go-sensor/example/beego

go 1.22

toolchain go1.23.0

require (
github.com/beego/beego/v2 v2.3.0
github.com/instana/go-sensor v1.64.0
Expand Down
2 changes: 0 additions & 2 deletions example/cosmos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module cosmos.example

go 1.22.0

toolchain go1.22.2

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos v1.0.3
Expand Down
2 changes: 0 additions & 2 deletions example/couchbase/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module couchbase.example

go 1.22

toolchain go1.23.0

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

require (
Expand Down
2 changes: 0 additions & 2 deletions example/gin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/instana/go-sensor/example/gin

go 1.22

toolchain go1.23.0

require (
github.com/gin-gonic/gin v1.10.0
github.com/instana/go-sensor v1.64.0
Expand Down
2 changes: 0 additions & 2 deletions example/gorm-postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/instana/go-sensor/gorm-postgres

go 1.22

toolchain go1.23.0

require (
github.com/instana/go-sensor v1.64.0
github.com/instana/go-sensor/instrumentation/instagorm v1.3.0
Expand Down
2 changes: 0 additions & 2 deletions example/gorm-sqlite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/instana/go-sensor/gorm-sqlite

go 1.22

toolchain go1.23.0

require (
github.com/instana/go-sensor v1.64.0
github.com/instana/go-sensor/instrumentation/instagorm v1.3.0
Expand Down
2 changes: 0 additions & 2 deletions example/graphql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module example.com/instagraphql

go 1.22

toolchain go1.23.0

require (
github.com/google/uuid v1.4.0
github.com/gorilla/websocket v1.5.0
Expand Down
2 changes: 0 additions & 2 deletions example/grpc-client-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/instana/go-sensor/example/grpc-client-server

go 1.22

toolchain go1.23.0

require (
github.com/instana/go-sensor v1.64.0
github.com/instana/go-sensor/instrumentation/instagrpc v1.11.0
Expand Down
2 changes: 0 additions & 2 deletions example/http-database-greeter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module http-database-greeter

go 1.22

toolchain go1.23.0

require (
github.com/instana/go-sensor v1.59.0
github.com/lib/pq v1.10.9
Expand Down
2 changes: 0 additions & 2 deletions example/httprouter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/instana/go-sensor/example/httprouter

go 1.22

toolchain go1.23.0

require (
github.com/instana/go-sensor v1.64.0
github.com/instana/go-sensor/instrumentation/instahttprouter v1.10.0
Expand Down
2 changes: 0 additions & 2 deletions example/kafka-producer-consumer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module kafka-producer-consumer

go 1.22

toolchain go1.23.0

require (
github.com/IBM/sarama v1.43.3
github.com/instana/go-sensor v1.64.0
Expand Down
2 changes: 0 additions & 2 deletions example/opentracing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module instana-opentracing

go 1.22

toolchain go1.23.0

require (
github.com/instana/go-sensor v1.59.0
github.com/opentracing/opentracing-go v1.2.0
Expand Down
2 changes: 0 additions & 2 deletions example/pgxv5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module pgxsample

go 1.22

toolchain go1.23.0

require (
github.com/gorilla/mux v1.8.1
github.com/instana/go-sensor v1.64.0
Expand Down
2 changes: 0 additions & 2 deletions example/sarama/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module example.com/instasarama

go 1.22

toolchain go1.23.0

require (
github.com/IBM/sarama v1.43.3
github.com/instana/go-sensor v1.64.0
Expand Down
2 changes: 0 additions & 2 deletions example/sql-mysql-gin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sql-mysql-gin

go 1.22

toolchain go1.23.0

require (
github.com/gin-gonic/gin v1.10.0
github.com/go-sql-driver/mysql v1.8.1
Expand Down
2 changes: 0 additions & 2 deletions example/sql-mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sql-mysql.com

go 1.22

toolchain go1.23.0

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/instana/go-sensor v1.59.0
Expand Down
2 changes: 0 additions & 2 deletions example/sql-redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sql-go-redis.com

go 1.22

toolchain go1.23.0

require (
github.com/bonede/go-redis-driver v0.1.0
github.com/instana/go-sensor v1.59.0
Expand Down

0 comments on commit 058d6ed

Please sign in to comment.