@@ -6,36 +6,25 @@ go 1.21
6
6
replace github.com/getkin/kin-openapi => github.com/getkin/kin-openapi v0.120.0
7
7
8
8
require (
9
+ github.com/apache/arrow/go/v15 v15.0.2
9
10
github.com/cheekybits/genny v1.0.0
10
- github.com/golang/protobuf v1.5.4 // indirect
11
+ github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2
12
+ github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027
13
+ github.com/getkin/kin-openapi v0.120.0
11
14
github.com/google/go-cmp v0.6.0
12
- github.com/grpc-ecosystem/go-grpc-middleware v1.4 .0
13
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
15
+ github.com/google/uuid v1.6 .0
16
+ github.com/grpc-ecosystem/go-grpc-middleware/providers/ prometheus v1.0.1
14
17
github.com/hashicorp/go-hclog v1.6.3
15
18
github.com/hashicorp/go-plugin v1.6.0
16
- github.com/hashicorp/yamux v0.1.1 // indirect
17
19
github.com/invopop/jsonschema v0.12.0 // for schema codgen+extraction
18
20
github.com/json-iterator/go v1.1.12
19
21
github.com/magefile/mage v1.15.0
20
22
github.com/mattetti/filebuffer v1.0.1
21
- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
22
23
github.com/mitchellh/reflectwalk v1.0.2
23
24
github.com/olekukonko/tablewriter v0.0.5
24
- github.com/prometheus/client_golang v1.18 .0
25
- github.com/prometheus/common v0.46 .0
25
+ github.com/prometheus/client_golang v1.19 .0
26
+ github.com/prometheus/common v0.53 .0
26
27
github.com/stretchr/testify v1.9.0
27
- golang.org/x/sys v0.18.0
28
- google.golang.org/grpc v1.63.2
29
- google.golang.org/protobuf v1.33.0
30
- gopkg.in/yaml.v3 v3.0.1 // indirect
31
- )
32
-
33
- require (
34
- github.com/apache/arrow/go/v15 v15.0.2
35
- github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2
36
- github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027
37
- github.com/getkin/kin-openapi v0.120.0
38
- github.com/google/uuid v1.6.0
39
28
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8
40
29
github.com/urfave/cli v1.22.14
41
30
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
@@ -48,9 +37,12 @@ require (
48
37
go.opentelemetry.io/otel/sdk v1.24.0
49
38
go.opentelemetry.io/otel/trace v1.24.0
50
39
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
51
- golang.org/x/net v0.23 .0
40
+ golang.org/x/net v0.24 .0
52
41
golang.org/x/oauth2 v0.18.0
42
+ golang.org/x/sys v0.19.0
53
43
golang.org/x/text v0.14.0
44
+ google.golang.org/grpc v1.63.2
45
+ google.golang.org/protobuf v1.33.0
54
46
k8s.io/kube-openapi v0.0.0-20240220201932-37d671a357a5 // @grafana/grafana-app-platform-squad
55
47
)
56
48
@@ -61,7 +53,7 @@ require (
61
53
github.com/beorn7/perks v1.0.1 // indirect
62
54
github.com/buger/jsonparser v1.1.1 // indirect
63
55
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
64
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
56
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
65
57
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
66
58
github.com/davecgh/go-spew v1.1.1 // indirect
67
59
github.com/elazarl/goproxy/ext v0.0.0-20220115173737-adb46da277ac // indirect
@@ -74,11 +66,14 @@ require (
74
66
github.com/go-openapi/swag v0.22.4 // indirect
75
67
github.com/goccy/go-json v0.10.2 // indirect
76
68
github.com/gogo/protobuf v1.3.2 // indirect
69
+ github.com/golang/protobuf v1.5.4 // indirect
77
70
github.com/google/flatbuffers v23.5.26+incompatible // indirect
78
71
github.com/google/gnostic-models v0.6.8 // indirect
79
72
github.com/google/gofuzz v1.1.0 // indirect
80
73
github.com/gorilla/mux v1.8.0 // indirect
74
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
81
75
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
76
+ github.com/hashicorp/yamux v0.1.1 // indirect
82
77
github.com/invopop/yaml v0.2.0 // indirect
83
78
github.com/josharian/intern v1.0.0 // indirect
84
79
github.com/klauspost/compress v1.16.7 // indirect
@@ -87,15 +82,16 @@ require (
87
82
github.com/mattn/go-colorable v0.1.13 // indirect
88
83
github.com/mattn/go-isatty v0.0.19 // indirect
89
84
github.com/mattn/go-runewidth v0.0.9 // indirect
85
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
90
86
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
91
87
github.com/modern-go/reflect2 v1.0.2 // indirect
92
88
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
93
89
github.com/oklog/run v1.1.0 // indirect
94
90
github.com/perimeterx/marshmallow v1.1.5 // indirect
95
91
github.com/pierrec/lz4/v4 v4.1.18 // indirect
96
92
github.com/pmezard/go-difflib v1.0.0 // indirect
97
- github.com/prometheus/client_model v0.5.0 // indirect
98
- github.com/prometheus/procfs v0.12 .0 // indirect
93
+ github.com/prometheus/client_model v0.6.1 // indirect
94
+ github.com/prometheus/procfs v0.14 .0 // indirect
99
95
github.com/rogpeppe/go-internal v1.11.0 // indirect
100
96
github.com/russross/blackfriday/v2 v2.1.0 // indirect
101
97
github.com/unknwon/com v1.0.1 // indirect
@@ -110,7 +106,8 @@ require (
110
106
google.golang.org/appengine v1.6.8 // indirect
111
107
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
112
108
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
113
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
109
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
114
110
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
111
+ gopkg.in/yaml.v3 v3.0.1 // indirect
115
112
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
116
113
)
0 commit comments