@@ -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/cheekybits/genny v1.0.0
10
- github.com/golang/protobuf v1.5.3 // indirect
9
+ github.com/apache/arrow/go/v15 v15.0.0
10
+ github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2
11
+ github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027
12
+ github.com/getkin/kin-openapi v0.120.0
13
+ github.com/go-jose/go-jose/v3 v3.0.1
11
14
github.com/google/go-cmp v0.6.0
15
+ github.com/google/uuid v1.6.0
12
16
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
13
17
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
14
18
github.com/hashicorp/go-hclog v1.6.2
15
19
github.com/hashicorp/go-plugin v1.6.0
16
- github.com/hashicorp/yamux v0.1.1 // indirect
17
20
github.com/json-iterator/go v1.1.12
18
21
github.com/magefile/mage v1.15.0
19
22
github.com/mattetti/filebuffer v1.0.1
20
- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
21
23
github.com/mitchellh/reflectwalk v1.0.2
22
24
github.com/olekukonko/tablewriter v0.0.5
23
25
github.com/prometheus/client_golang v1.18.0
24
26
github.com/prometheus/common v0.46.0
25
27
github.com/stretchr/testify v1.8.4
26
- golang.org/x/sys v0.16.0
27
- google.golang.org/grpc v1.60.1
28
- google.golang.org/protobuf v1.32.0
29
- gopkg.in/yaml.v3 v3.0.1 // indirect
30
- )
31
-
32
- require (
33
- github.com/apache/arrow/go/v15 v15.0.0
34
- github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2
35
- github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027
36
- github.com/getkin/kin-openapi v0.120.0
37
- github.com/go-jose/go-jose/v3 v3.0.1
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.47.0
@@ -50,7 +39,10 @@ require (
50
39
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
51
40
golang.org/x/net v0.20.0
52
41
golang.org/x/oauth2 v0.16.0
42
+ golang.org/x/sys v0.16.0
53
43
golang.org/x/text v0.14.0
44
+ google.golang.org/grpc v1.60.1
45
+ google.golang.org/protobuf v1.32.0
54
46
)
55
47
56
48
require (
@@ -68,9 +60,11 @@ require (
68
60
github.com/go-openapi/swag v0.22.4 // indirect
69
61
github.com/goccy/go-json v0.10.2 // indirect
70
62
github.com/gogo/protobuf v1.3.2 // indirect
63
+ github.com/golang/protobuf v1.5.3 // indirect
71
64
github.com/google/flatbuffers v23.5.26+incompatible // indirect
72
65
github.com/gorilla/mux v1.8.0 // indirect
73
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 // indirect
67
+ github.com/hashicorp/yamux v0.1.1 // indirect
74
68
github.com/invopop/yaml v0.2.0 // indirect
75
69
github.com/josharian/intern v1.0.0 // indirect
76
70
github.com/klauspost/compress v1.16.7 // indirect
@@ -79,6 +73,7 @@ require (
79
73
github.com/mattn/go-colorable v0.1.13 // indirect
80
74
github.com/mattn/go-isatty v0.0.19 // indirect
81
75
github.com/mattn/go-runewidth v0.0.9 // indirect
76
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
82
77
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
83
78
github.com/modern-go/reflect2 v1.0.2 // indirect
84
79
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -104,4 +99,5 @@ require (
104
99
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
105
100
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
106
101
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
102
+ gopkg.in/yaml.v3 v3.0.1 // indirect
107
103
)
0 commit comments