@@ -6,25 +6,36 @@ go 1.21
66replace github.com/getkin/kin-openapi => github.com/getkin/kin-openapi v0.120.0
77
88require (
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
9+ github.com/cheekybits/genny v1.0.0
10+ github.com/golang/protobuf v1.5.3 // indirect
1411 github.com/google/go-cmp v0.6.0
15- github.com/google/uuid v1.6.0
1612 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
1713 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1814 github.com/hashicorp/go-hclog v1.6.2
1915 github.com/hashicorp/go-plugin v1.6.0
16+ github.com/hashicorp/yamux v0.1.1 // indirect
2017 github.com/json-iterator/go v1.1.12
2118 github.com/magefile/mage v1.15.0
2219 github.com/mattetti/filebuffer v1.0.1
20+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2321 github.com/mitchellh/reflectwalk v1.0.2
2422 github.com/olekukonko/tablewriter v0.0.5
2523 github.com/prometheus/client_golang v1.18.0
2624 github.com/prometheus/common v0.46.0
2725 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
2839 github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8
2940 github.com/urfave/cli v1.22.14
3041 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
@@ -39,10 +50,7 @@ require (
3950 golang.org/x/exp v0.0.0-20231006140011-7918f672742d
4051 golang.org/x/net v0.20.0
4152 golang.org/x/oauth2 v0.16.0
42- golang.org/x/sys v0.16.0
4353 golang.org/x/text v0.14.0
44- google.golang.org/grpc v1.60.1
45- google.golang.org/protobuf v1.32.0
4654)
4755
4856require (
@@ -60,11 +68,9 @@ require (
6068 github.com/go-openapi/swag v0.22.4 // indirect
6169 github.com/goccy/go-json v0.10.2 // indirect
6270 github.com/gogo/protobuf v1.3.2 // indirect
63- github.com/golang/protobuf v1.5.3 // indirect
6471 github.com/google/flatbuffers v23.5.26+incompatible // indirect
6572 github.com/gorilla/mux v1.8.0 // indirect
6673 github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 // indirect
67- github.com/hashicorp/yamux v0.1.1 // indirect
6874 github.com/invopop/yaml v0.2.0 // indirect
6975 github.com/josharian/intern v1.0.0 // indirect
7076 github.com/klauspost/compress v1.16.7 // indirect
@@ -73,7 +79,6 @@ require (
7379 github.com/mattn/go-colorable v0.1.13 // indirect
7480 github.com/mattn/go-isatty v0.0.19 // indirect
7581 github.com/mattn/go-runewidth v0.0.9 // indirect
76- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
7782 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7883 github.com/modern-go/reflect2 v1.0.2 // indirect
7984 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -99,5 +104,4 @@ require (
99104 google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
100105 google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
101106 gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
102- gopkg.in/yaml.v3 v3.0.1 // indirect
103107)
0 commit comments