1
1
module github.com/grafana/github-datasource
2
2
3
- go 1.23
4
-
5
- toolchain go1.23.1
3
+ go 1.23.5
6
4
7
5
require (
8
6
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0
9
7
github.com/google/go-github/v53 v53.2.0
10
- github.com/grafana/grafana-plugin-sdk-go v0.263 .0
8
+ github.com/grafana/grafana-plugin-sdk-go v0.265 .0
11
9
github.com/influxdata/tdigest v0.0.1
12
10
github.com/pkg/errors v0.9.1
13
11
github.com/shurcooL/githubv4 v0.0.0-20230305132112-efb623903184
14
12
github.com/stretchr/testify v1.10.0
15
- golang.org/x/oauth2 v0.24 .0
13
+ golang.org/x/oauth2 v0.25 .0
16
14
pgregory.net/rapid v1.0.0
17
15
)
18
16
@@ -24,9 +22,9 @@ require (
24
22
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect
25
23
github.com/cloudflare/circl v1.3.7 // indirect
26
24
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
27
- github.com/elazarl/goproxy v1.3 .0 // indirect
25
+ github.com/elazarl/goproxy v1.7 .0 // indirect
28
26
github.com/fatih/color v1.15.0 // indirect
29
- github.com/getkin/kin-openapi v0.128 .0 // indirect
27
+ github.com/getkin/kin-openapi v0.129 .0 // indirect
30
28
github.com/go-logr/logr v1.4.2 // indirect
31
29
github.com/go-logr/stdr v1.2.2 // indirect
32
30
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -42,8 +40,7 @@ require (
42
40
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
43
41
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
44
42
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 // indirect
45
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
46
- github.com/invopop/yaml v0.3.1 // indirect
43
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
47
44
github.com/josharian/intern v1.0.0 // indirect
48
45
github.com/json-iterator/go v1.1.12 // indirect
49
46
github.com/klauspost/compress v1.17.11 // indirect
@@ -55,6 +52,8 @@ require (
55
52
github.com/modern-go/reflect2 v1.0.2 // indirect
56
53
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
57
54
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55
+ github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect
56
+ github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect
58
57
github.com/perimeterx/marshmallow v1.1.5 // indirect
59
58
github.com/pierrec/lz4/v4 v4.1.21 // indirect
60
59
github.com/rivo/uniseg v0.4.4 // indirect
@@ -65,24 +64,24 @@ require (
65
64
github.com/urfave/cli v1.22.16 // indirect
66
65
github.com/zeebo/xxh3 v1.0.2 // indirect
67
66
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
68
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58 .0 // indirect
69
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.57 .0 // indirect
70
- go.opentelemetry.io/contrib/propagators/jaeger v1.33 .0 // indirect
71
- go.opentelemetry.io/contrib/samplers/jaegerremote v0.27 .0 // indirect
72
- go.opentelemetry.io/otel v1.33 .0 // indirect
73
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0 // indirect
74
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33 .0 // indirect
75
- go.opentelemetry.io/otel/metric v1.33 .0 // indirect
76
- go.opentelemetry.io/otel/sdk v1.33 .0 // indirect
77
- go.opentelemetry.io/otel/trace v1.33 .0 // indirect
78
- go.opentelemetry.io/proto/otlp v1.4 .0 // indirect
67
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59 .0 // indirect
68
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.59 .0 // indirect
69
+ go.opentelemetry.io/contrib/propagators/jaeger v1.34 .0 // indirect
70
+ go.opentelemetry.io/contrib/samplers/jaegerremote v0.28 .0 // indirect
71
+ go.opentelemetry.io/otel v1.34 .0 // indirect
72
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0 // indirect
73
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0 // indirect
74
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
75
+ go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
76
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
77
+ go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
79
78
golang.org/x/crypto v0.32.0 // indirect
80
79
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
81
80
golang.org/x/mod v0.22.0 // indirect
82
- golang.org/x/sync v0.10 .0 // indirect
81
+ golang.org/x/sync v0.11 .0 // indirect
83
82
golang.org/x/tools v0.28.0 // indirect
84
- google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
85
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
83
+ google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
84
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
86
85
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
87
86
gopkg.in/yaml.v3 v3.0.1 // indirect
88
87
)
@@ -97,7 +96,7 @@ require (
97
96
github.com/google/flatbuffers v24.3.25+incompatible // indirect
98
97
github.com/google/go-cmp v0.6.0 // indirect
99
98
github.com/hashicorp/go-hclog v1.6.3 // indirect
100
- github.com/hashicorp/go-plugin v1.6.2 // indirect
99
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
101
100
github.com/hashicorp/yamux v0.1.1 // indirect
102
101
github.com/magefile/mage v1.15.0 // indirect
103
102
github.com/mattetti/filebuffer v1.0.1 // indirect
@@ -107,13 +106,13 @@ require (
107
106
github.com/pmezard/go-difflib v1.0.0 // indirect
108
107
github.com/prometheus/client_golang v1.20.5 // indirect
109
108
github.com/prometheus/client_model v0.6.1 // indirect
110
- github.com/prometheus/common v0.61 .0 // indirect
109
+ github.com/prometheus/common v0.62 .0 // indirect
111
110
github.com/prometheus/procfs v0.15.1 // indirect
112
111
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
113
112
golang.org/x/net v0.34.0 // indirect
114
113
golang.org/x/sys v0.29.0 // indirect
115
114
golang.org/x/text v0.21.0 // indirect
116
115
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
117
- google.golang.org/grpc v1.69.2 // indirect
118
- google.golang.org/protobuf v1.35.2 // indirect
116
+ google.golang.org/grpc v1.70.0 // indirect
117
+ google.golang.org/protobuf v1.36.4 // indirect
119
118
)
0 commit comments