11module github.com/trinodb/grafana-trino
22
3- go 1.18
3+ go 1.22
4+
5+ toolchain go1.22.7
6+
7+ replace github.com/trinodb/trino-go-client => ../trino-go-client
48
59require (
610 github.com/grafana/grafana-plugin-sdk-go v0.162.0
@@ -13,7 +17,7 @@ require (
1317 github.com/BurntSushi/toml v1.2.1 // indirect
1418 github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect
1519 github.com/beorn7/perks v1.0.1 // indirect
16- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
20+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1721 github.com/cespare/xxhash/v2 v2.2.0 // indirect
1822 github.com/cheekybits/genny v1.0.0 // indirect
1923 github.com/chromedp/cdproto v0.0.0-20230329100754-6125fc8d7142 // indirect
@@ -38,7 +42,12 @@ require (
3842 github.com/hashicorp/go-uuid v1.0.3 // indirect
3943 github.com/hashicorp/yamux v0.1.1 // indirect
4044 github.com/invopop/yaml v0.2.0 // indirect
45+ github.com/jcmturner/aescts/v2 v2.0.0 // indirect
46+ github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
4147 github.com/jcmturner/gofork v1.7.6 // indirect
48+ github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
49+ github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
50+ github.com/jcmturner/rpc/v2 v2.0.3 // indirect
4251 github.com/josharian/intern v1.0.0 // indirect
4352 github.com/json-iterator/go v1.1.12 // indirect
4453 github.com/klauspost/compress v1.16.5 // indirect
@@ -84,20 +93,16 @@ require (
8493 go.opentelemetry.io/otel/sdk v1.15.1 // indirect
8594 go.opentelemetry.io/otel/trace v1.15.1 // indirect
8695 go.opentelemetry.io/proto/otlp v0.19.0 // indirect
87- golang.org/x/crypto v0.9 .0 // indirect
96+ golang.org/x/crypto v0.27 .0 // indirect
8897 golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
89- golang.org/x/net v0.10 .0 // indirect
90- golang.org/x/sys v0.8 .0 // indirect
91- golang.org/x/term v0.8 .0 // indirect
92- golang.org/x/text v0.9 .0 // indirect
98+ golang.org/x/net v0.24 .0 // indirect
99+ golang.org/x/sys v0.25 .0 // indirect
100+ golang.org/x/term v0.24 .0 // indirect
101+ golang.org/x/text v0.18 .0 // indirect
93102 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
94103 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
95104 google.golang.org/grpc v1.55.0 // indirect
96105 google.golang.org/protobuf v1.30.0 // indirect
97106 gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
98- gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
99- gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
100- gopkg.in/jcmturner/gokrb5.v6 v6.1.1 // indirect
101- gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
102107 gopkg.in/yaml.v3 v3.0.1 // indirect
103108)
0 commit comments