Skip to content

Commit 5fe6af8

Browse files
fix(deps): update module github.com/grafana/tanka to v0.36.4
| datasource | package | from | to | | ---------- | ------------------------ | ------------------------------------- | ------- | | go | github.com/grafana/tanka | v0.32.1-0.20250521123240-fa219d35d24f | v0.36.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 28afd48 commit 5fe6af8

File tree

2 files changed

+101
-43
lines changed

2 files changed

+101
-43
lines changed

go.mod

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
module github.com/grafana/jsonnet-language-server
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.25.0
64

75
require (
86
github.com/JohannesKaufmann/html-to-markdown v1.6.0
97
github.com/google/go-jsonnet v0.21.0
10-
github.com/grafana/tanka v0.32.1-0.20250521123240-fa219d35d24f
8+
github.com/grafana/tanka v0.36.4
119
github.com/hexops/gotextdiff v1.0.3
1210
github.com/jdbaldry/go-language-server-protocol v0.0.0-20211013214444-3022da0884b2
1311
github.com/mitchellh/mapstructure v1.5.0
1412
github.com/sirupsen/logrus v1.9.3
15-
github.com/stretchr/testify v1.10.0
13+
github.com/stretchr/testify v1.11.1
1614
)
1715

1816
require (
@@ -22,26 +20,45 @@ require (
2220
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
2321
github.com/PuerkitoBio/goquery v1.9.2 // indirect
2422
github.com/andybalholm/cascadia v1.3.2 // indirect
23+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
24+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
26-
github.com/fatih/color v1.18.0 // indirect
26+
github.com/fatih/color v1.19.0 // indirect
27+
github.com/go-logr/logr v1.4.3 // indirect
28+
github.com/go-logr/stdr v1.2.2 // indirect
2729
github.com/gobwas/glob v0.2.3 // indirect
2830
github.com/google/uuid v1.6.0 // indirect
31+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
2932
github.com/huandu/xstrings v1.5.0 // indirect
30-
github.com/mattn/go-colorable v0.1.13 // indirect
33+
github.com/mattn/go-colorable v0.1.14 // indirect
3134
github.com/mattn/go-isatty v0.0.20 // indirect
3235
github.com/mitchellh/copystructure v1.2.0 // indirect
3336
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3437
github.com/pkg/errors v0.9.1 // indirect
3538
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
36-
github.com/rs/zerolog v1.34.0 // indirect
39+
github.com/rs/zerolog v1.35.0 // indirect
3740
github.com/shopspring/decimal v1.4.0 // indirect
3841
github.com/spf13/cast v1.7.0 // indirect
39-
github.com/stretchr/objx v0.5.2 // indirect
40-
golang.org/x/crypto v0.45.0 // indirect
41-
golang.org/x/net v0.47.0 // indirect
42-
golang.org/x/sys v0.38.0 // indirect
42+
github.com/stretchr/objx v0.5.3 // indirect
43+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
44+
go.opentelemetry.io/otel v1.40.0 // indirect
45+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
46+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
47+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
48+
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
49+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
50+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
51+
go.yaml.in/yaml/v2 v2.4.3 // indirect
52+
golang.org/x/crypto v0.46.0 // indirect
53+
golang.org/x/net v0.48.0 // indirect
54+
golang.org/x/sys v0.42.0 // indirect
55+
golang.org/x/text v0.35.0 // indirect
4356
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
57+
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
58+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
59+
google.golang.org/grpc v1.79.3 // indirect
60+
google.golang.org/protobuf v1.36.10 // indirect
4461
gopkg.in/yaml.v2 v2.4.0 // indirect
4562
gopkg.in/yaml.v3 v3.0.1 // indirect
46-
sigs.k8s.io/yaml v1.4.0 // indirect
63+
sigs.k8s.io/yaml v1.6.0 // indirect
4764
)

0 commit comments

Comments
 (0)