-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update otel version & fix compile error (#18)
- Loading branch information
Showing
3 changed files
with
1,164 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,64 @@ | ||
module github.com/apstndb/execspansql | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
require ( | ||
cloud.google.com/go/spanner v1.46.0 | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0 | ||
github.com/apstndb/spannerotel v0.0.0-20211223055852-69e1bfe1766b | ||
github.com/cloudspannerecosystem/memefish v0.0.0-20230412055751-9ec8ab98a6d7 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 | ||
github.com/itchyny/gojq v0.12.2 | ||
github.com/jessevdk/go-flags v1.4.0 | ||
cloud.google.com/go/spanner v1.64.0 | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.0 | ||
github.com/apstndb/spannerotel v0.0.0-20220113012943-45b1c9cc5afb | ||
github.com/cloudspannerecosystem/memefish v0.0.0-20240529064433-f02fa7b63e74 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/itchyny/gojq v0.12.16 | ||
github.com/jessevdk/go-flags v1.6.1 | ||
go.opencensus.io v0.24.0 | ||
go.opentelemetry.io/otel v1.2.0 | ||
go.opentelemetry.io/otel/bridge/opencensus v0.25.0 | ||
go.opentelemetry.io/otel/sdk v1.2.0 | ||
go.uber.org/zap v1.16.0 | ||
google.golang.org/api v0.118.0 | ||
google.golang.org/grpc v1.55.0 | ||
google.golang.org/protobuf v1.30.0 | ||
go.opentelemetry.io/otel v1.27.0 | ||
go.opentelemetry.io/otel/bridge/opencensus v1.27.0 | ||
go.opentelemetry.io/otel/sdk v1.27.0 | ||
go.uber.org/zap v1.27.0 | ||
google.golang.org/api v0.186.0 | ||
google.golang.org/grpc v1.64.0 | ||
google.golang.org/protobuf v1.34.2 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.110.0 // indirect | ||
cloud.google.com/go/compute v1.19.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/trace v1.9.0 // indirect | ||
cloud.google.com/go v0.115.0 // indirect | ||
cloud.google.com/go/auth v0.6.0 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
cloud.google.com/go/trace v1.10.7 // indirect | ||
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.0 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect | ||
github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195 // indirect | ||
github.com/envoyproxy/go-control-plane v0.11.0 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.10.0 // indirect | ||
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect | ||
github.com/envoyproxy/go-control-plane v0.12.0 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/s2a-go v0.1.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.8.0 // indirect | ||
github.com/itchyny/timefmt-go v0.1.2 // indirect | ||
go.opentelemetry.io/otel/metric v0.25.0 // indirect | ||
go.opentelemetry.io/otel/sdk/export/metric v0.25.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.2.0 // indirect | ||
go.uber.org/atomic v1.6.0 // indirect | ||
go.uber.org/multierr v1.5.0 // indirect | ||
golang.org/x/crypto v0.7.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/oauth2 v0.7.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.5 // indirect | ||
github.com/itchyny/timefmt-go v0.1.6 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.27.0 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v1.27.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.27.0 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
google.golang.org/genproto v0.0.0-20240617180043-68d350f18fd4 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect | ||
) |
Oops, something went wrong.