@@ -5,25 +5,25 @@ go 1.19
55require (
66 github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40
77 github.com/cheekybits/genny v1.0.0
8- github.com/golang/protobuf v1.5.2 // indirect
8+ github.com/golang/protobuf v1.5.3 // indirect
99 github.com/google/go-cmp v0.5.9
1010 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
1111 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
12- github.com/hashicorp/go-hclog v0.14.1
13- github.com/hashicorp/go-plugin v1.4.3
14- github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
12+ github.com/hashicorp/go-hclog v1.5.0
13+ github.com/hashicorp/go-plugin v1.4.9
14+ github.com/hashicorp/yamux v0.1.1 // indirect
1515 github.com/json-iterator/go v1.1.12
1616 github.com/magefile/mage v1.14.0
1717 github.com/mattetti/filebuffer v1.0.1
18- github.com/mitchellh/go-testing-interface v1.0.0 // indirect
18+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
1919 github.com/mitchellh/reflectwalk v1.0.2
2020 github.com/olekukonko/tablewriter v0.0.5
2121 github.com/prometheus/client_golang v1.14.0
2222 github.com/prometheus/common v0.40.0
2323 github.com/stretchr/testify v1.8.2
24- golang.org/x/sys v0.6 .0
24+ golang.org/x/sys v0.7 .0
2525 google.golang.org/grpc v1.54.0
26- google.golang.org/protobuf v1.28.1
26+ google.golang.org/protobuf v1.30.0
2727 gopkg.in/yaml.v3 v3.0.1 // indirect
2828)
2929
@@ -42,8 +42,9 @@ require (
4242 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
4343 go.opentelemetry.io/otel/sdk v1.14.0
4444 go.opentelemetry.io/otel/trace v1.14.0
45+ golang.org/x/net v0.9.0
4546 golang.org/x/oauth2 v0.6.0
46- golang.org/x/text v0.8 .0
47+ golang.org/x/text v0.9 .0
4748)
4849
4950require (
@@ -54,7 +55,7 @@ require (
5455 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5556 github.com/davecgh/go-spew v1.1.1 // indirect
5657 github.com/elazarl/goproxy/ext v0.0.0-20220115173737-adb46da277ac // indirect
57- github.com/fatih/color v1.7 .0 // indirect
58+ github.com/fatih/color v1.15 .0 // indirect
5859 github.com/go-logr/logr v1.2.3 // indirect
5960 github.com/go-logr/stdr v1.2.2 // indirect
6061 github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -67,14 +68,14 @@ require (
6768 github.com/josharian/intern v1.0.0 // indirect
6869 github.com/klauspost/compress v1.13.1 // indirect
6970 github.com/mailru/easyjson v0.7.7 // indirect
70- github.com/mattn/go-colorable v0.1.4 // indirect
71- github.com/mattn/go-isatty v0.0.10 // indirect
71+ github.com/mattn/go-colorable v0.1.13 // indirect
72+ github.com/mattn/go-isatty v0.0.18 // indirect
7273 github.com/mattn/go-runewidth v0.0.9 // indirect
7374 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
7475 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7576 github.com/modern-go/reflect2 v1.0.2 // indirect
7677 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
77- github.com/oklog/run v1.0 .0 // indirect
78+ github.com/oklog/run v1.1 .0 // indirect
7879 github.com/pierrec/lz4/v4 v4.1.8 // indirect
7980 github.com/pmezard/go-difflib v1.0.0 // indirect
8081 github.com/prometheus/client_model v0.3.0 // indirect
@@ -85,10 +86,9 @@ require (
8586 go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
8687 go.opentelemetry.io/otel/metric v0.37.0 // indirect
8788 go.opentelemetry.io/proto/otlp v0.19.0 // indirect
88- golang.org/x/net v0.8.0 // indirect
8989 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
9090 google.golang.org/appengine v1.6.7 // indirect
91- google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
91+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
9292 gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
9393 gopkg.in/yaml.v2 v2.4.0 // indirect
9494)
0 commit comments