Skip to content

Commit ccbcb08

Browse files
committed
Bump github.com/grafana/grafana-plugin-sdk-go to v0.241.0
1 parent 95b493f commit ccbcb08

File tree

2 files changed

+73
-72
lines changed

2 files changed

+73
-72
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ toolchain go1.22.1
77
require (
88
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
99
github.com/davecgh/go-spew v1.1.1
10-
github.com/grafana/grafana-plugin-sdk-go v0.236.0
10+
github.com/grafana/grafana-plugin-sdk-go v0.241.0
1111
github.com/patrickmn/go-cache v2.1.0+incompatible
1212
github.com/stretchr/testify v1.9.0
13-
golang.org/x/oauth2 v0.20.0
13+
golang.org/x/oauth2 v0.21.0
1414
google.golang.org/api v0.169.0
1515
)
1616

1717
require (
1818
github.com/apache/arrow/go/v15 v15.0.2 // indirect
1919
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2020
github.com/felixge/httpsnoop v1.0.4 // indirect
21-
github.com/go-logr/logr v1.4.1 // indirect
21+
github.com/go-logr/logr v1.4.2 // indirect
2222
github.com/go-logr/stdr v1.2.2 // indirect
2323
github.com/goccy/go-json v0.10.2 // indirect
2424
github.com/gogo/protobuf v1.3.2 // indirect
@@ -27,7 +27,7 @@ require (
2727
github.com/grafana/pyroscope-go/godeltaprof v0.1.7 // indirect
2828
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
2929
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
30-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
30+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
3131
github.com/invopop/yaml v0.2.0 // indirect
3232
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
3333
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -36,23 +36,24 @@ require (
3636
github.com/stretchr/objx v0.5.2 // indirect
3737
github.com/zeebo/xxh3 v1.0.2 // indirect
3838
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect
39-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.51.0 // indirect
40-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
41-
go.opentelemetry.io/contrib/propagators/jaeger v1.26.0 // indirect
39+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 // indirect
40+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
41+
go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 // indirect
4242
go.opentelemetry.io/contrib/samplers/jaegerremote v0.20.0 // indirect
43-
go.opentelemetry.io/otel v1.26.0 // indirect
44-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect
45-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0 // indirect
46-
go.opentelemetry.io/otel/metric v1.26.0 // indirect
47-
go.opentelemetry.io/otel/sdk v1.26.0 // indirect
48-
go.opentelemetry.io/otel/trace v1.26.0 // indirect
49-
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
50-
golang.org/x/crypto v0.23.0 // indirect
43+
go.opentelemetry.io/otel v1.28.0 // indirect
44+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
45+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
46+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
47+
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
48+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
49+
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
50+
golang.org/x/crypto v0.25.0 // indirect
5151
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
52-
golang.org/x/mod v0.13.0 // indirect
53-
golang.org/x/tools v0.14.0 // indirect
54-
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
55-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
52+
golang.org/x/mod v0.17.0 // indirect
53+
golang.org/x/sync v0.7.0 // indirect
54+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
55+
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
56+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
5657
)
5758

5859
require (
@@ -107,12 +108,12 @@ require (
107108
github.com/unknwon/log v0.0.0-20200308114134-929b1006e34a // indirect
108109
github.com/urfave/cli v1.22.15 // indirect
109110
go.opencensus.io v0.24.0 // indirect
110-
golang.org/x/net v0.25.0 // indirect
111-
golang.org/x/sys v0.20.0 // indirect
112-
golang.org/x/text v0.15.0 // indirect
111+
golang.org/x/net v0.27.0 // indirect
112+
golang.org/x/sys v0.22.0 // indirect
113+
golang.org/x/text v0.16.0 // indirect
113114
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
114-
google.golang.org/grpc v1.64.0
115-
google.golang.org/protobuf v1.34.0 // indirect
115+
google.golang.org/grpc v1.64.1
116+
google.golang.org/protobuf v1.34.2 // indirect
116117
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
117118
gopkg.in/yaml.v3 v3.0.1 // indirect
118119
)

0 commit comments

Comments
 (0)