11module github.com/grafana/grafana-image-renderer
22
3- go 1.25.3
3+ go 1.25.5
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
@@ -9,26 +9,26 @@ require (
99 github.com/docker/docker v28.3.3+incompatible
1010 github.com/docker/go-connections v0.6.0
1111 github.com/gen2brain/go-fitz v1.24.15
12- github.com/go-jose/go-jose/v4 v4.1.2
12+ github.com/go-jose/go-jose/v4 v4.1.3
1313 github.com/grafana/chromedp v0.1.0
1414 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
1515 github.com/prometheus/client_golang v1.23.2
16- github.com/shirou/gopsutil/v4 v4.25.9
16+ github.com/shirou/gopsutil/v4 v4.25.11
1717 github.com/stretchr/testify v1.11.1
1818 github.com/testcontainers/testcontainers-go v0.38.0
1919 github.com/unidoc/unipdf/v4 v4.2.0
2020 github.com/urfave/cli-altsrc/v3 v3.1.0
21- github.com/urfave/cli/v3 v3.5.0
22- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63 .0
23- go.opentelemetry.io/otel v1.38 .0
24- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38 .0
25- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38 .0
26- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38 .0
27- go.opentelemetry.io/otel/sdk v1.38 .0
28- go.opentelemetry.io/otel/trace v1.38 .0
21+ github.com/urfave/cli/v3 v3.6.1
22+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64 .0
23+ go.opentelemetry.io/otel v1.39 .0
24+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39 .0
25+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39 .0
26+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39 .0
27+ go.opentelemetry.io/otel/sdk v1.39 .0
28+ go.opentelemetry.io/otel/trace v1.39 .0
2929 go.uber.org/automaxprocs v1.6.0
30- golang.org/x/sync v0.18 .0
31- google.golang.org/grpc v1.76 .0
30+ golang.org/x/sync v0.19 .0
31+ google.golang.org/grpc v1.77 .0
3232 kernel.org/pub/linux/libs/security/libcap/cap v1.2.77
3333)
3434
@@ -48,7 +48,7 @@ require (
4848 github.com/cpuguy83/dockercfg v0.3.2 // indirect
4949 github.com/distribution/reference v0.6.0 // indirect
5050 github.com/docker/go-units v0.5.0 // indirect
51- github.com/ebitengine/purego v0.9.0 // indirect
51+ github.com/ebitengine/purego v0.9.1 // indirect
5252 github.com/felixge/httpsnoop v1.0.4 // indirect
5353 github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e // indirect
5454 github.com/go-logr/logr v1.4.3 // indirect
@@ -79,28 +79,28 @@ require (
7979 github.com/pmezard/go-difflib v1.0.0 // indirect
8080 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
8181 github.com/prometheus/client_model v0.6.2 // indirect
82- github.com/prometheus/common v0.67.2 // indirect
83- github.com/prometheus/procfs v0.19.1 // indirect
82+ github.com/prometheus/common v0.67.4 // indirect
83+ github.com/prometheus/procfs v0.19.2 // indirect
8484 github.com/sirupsen/logrus v1.9.3 // indirect
85- github.com/tklauser/go-sysconf v0.3.15 // indirect
86- github.com/tklauser/numcpus v0.10 .0 // indirect
85+ github.com/tklauser/go-sysconf v0.3.16 // indirect
86+ github.com/tklauser/numcpus v0.11 .0 // indirect
8787 github.com/yusufpapurcu/wmi v1.2.4 // indirect
8888 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
89- go.opentelemetry.io/otel/metric v1.38 .0 // indirect
90- go.opentelemetry.io/proto/otlp v1.8 .0 // indirect
89+ go.opentelemetry.io/otel/metric v1.39 .0 // indirect
90+ go.opentelemetry.io/proto/otlp v1.9 .0 // indirect
9191 go.yaml.in/yaml/v2 v2.4.3 // indirect
92- golang.org/x/crypto v0.45 .0 // indirect
92+ golang.org/x/crypto v0.46 .0 // indirect
9393 golang.org/x/image v0.31.0 // indirect
94- golang.org/x/mod v0.29 .0 // indirect
95- golang.org/x/net v0.47 .0 // indirect
96- golang.org/x/sys v0.38 .0 // indirect
97- golang.org/x/telemetry v0.0.0-20251028164327-d7a2859f34e8 // indirect
98- golang.org/x/text v0.31 .0 // indirect
99- golang.org/x/tools v0.38 .0 // indirect
94+ golang.org/x/mod v0.30 .0 // indirect
95+ golang.org/x/net v0.48 .0 // indirect
96+ golang.org/x/sys v0.39 .0 // indirect
97+ golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
98+ golang.org/x/text v0.32 .0 // indirect
99+ golang.org/x/tools v0.39 .0 // indirect
100100 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
101- google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect
102- google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
103- google.golang.org/protobuf v1.36.10 // indirect
101+ google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 // indirect
102+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect
103+ google.golang.org/protobuf v1.36.11 // indirect
104104 gopkg.in/yaml.v3 v3.0.1 // indirect
105105 kernel.org/pub/linux/libs/security/libcap/psx v1.2.77 // indirect
106106)
0 commit comments