Skip to content

Commit 71c0949

Browse files
committed
deps: upgrade all direct dependencies to latest
- OpenTelemetry v1.31 → v1.43 - gRPC v1.67 → v1.80 - Viper v1.19 → v1.21 - testify v1.9 → v1.11 - go-version v1.3 → v1.9 - pflag v1.0.9 → v1.0.10 - jsondiff v0.7.0 → v0.7.1 - golang.org/x/{text,net,crypto,sys,term} to latest - protobuf, genproto to latest
1 parent 0f6ef68 commit 71c0949

File tree

2 files changed

+137
-150
lines changed

2 files changed

+137
-150
lines changed

go.mod

Lines changed: 43 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ require (
1313
github.com/go-playground/validator/v10 v10.30.2
1414
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1515
github.com/google/uuid v1.6.0
16-
github.com/hashicorp/go-version v1.3.0
16+
github.com/hashicorp/go-version v1.9.0
1717
github.com/jeremywohl/flatten v1.0.1
1818
github.com/mattn/go-isatty v0.0.21
1919
github.com/mitchellh/mapstructure v1.5.0
2020
github.com/muesli/termenv v0.16.0
2121
github.com/schollz/progressbar/v3 v3.19.0
2222
github.com/spf13/cobra v1.10.2
23-
github.com/spf13/pflag v1.0.9
24-
github.com/spf13/viper v1.19.0
25-
github.com/stretchr/testify v1.9.0
26-
go.opentelemetry.io/contrib/instrumentation/host v0.56.0
27-
go.opentelemetry.io/contrib/instrumentation/runtime v0.56.0
28-
go.opentelemetry.io/contrib/samplers/probability/consistent v0.25.0
29-
go.opentelemetry.io/otel v1.31.0
30-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0
31-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
32-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
33-
go.opentelemetry.io/otel/sdk v1.31.0
34-
go.opentelemetry.io/otel/sdk/metric v1.31.0
35-
golang.org/x/text v0.35.0
36-
google.golang.org/grpc v1.67.1
23+
github.com/spf13/pflag v1.0.10
24+
github.com/spf13/viper v1.21.0
25+
github.com/stretchr/testify v1.11.1
26+
go.opentelemetry.io/contrib/instrumentation/host v0.68.0
27+
go.opentelemetry.io/contrib/instrumentation/runtime v0.68.0
28+
go.opentelemetry.io/contrib/samplers/probability/consistent v0.37.0
29+
go.opentelemetry.io/otel v1.43.0
30+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0
31+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0
32+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0
33+
go.opentelemetry.io/otel/sdk v1.43.0
34+
go.opentelemetry.io/otel/sdk/metric v1.43.0
35+
golang.org/x/text v0.36.0
36+
google.golang.org/grpc v1.80.0
3737
gopkg.in/yaml.v3 v3.0.1
3838
)
3939

@@ -42,6 +42,8 @@ require (
4242
github.com/atotto/clipboard v0.1.4 // indirect
4343
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4444
github.com/catppuccin/go v0.3.0 // indirect
45+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
46+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4547
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7 // indirect
4648
github.com/charmbracelet/bubbletea v1.3.6 // indirect
4749
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
@@ -55,6 +57,7 @@ require (
5557
github.com/dustin/go-humanize v1.0.1 // indirect
5658
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
5759
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
60+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5861
github.com/mattn/go-localereader v0.0.1 // indirect
5962
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
6063
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
@@ -64,67 +67,60 @@ require (
6467
github.com/tidwall/pretty v1.2.1 // indirect
6568
github.com/tidwall/sjson v1.2.5 // indirect
6669
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
67-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
70+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
71+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
6872
go.yaml.in/yaml/v3 v3.0.4 // indirect
69-
google.golang.org/protobuf v1.36.9 // indirect
73+
google.golang.org/protobuf v1.36.11 // indirect
7074
)
7175

7276
require (
7377
github.com/aymerick/douceur v0.2.0 // indirect
74-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7578
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
7679
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7780
github.com/dlclark/regexp2 v1.11.5 // indirect
78-
github.com/ebitengine/purego v0.8.0 // indirect
81+
github.com/ebitengine/purego v0.10.0 // indirect
7982
github.com/fatih/color v1.18.0 // indirect
80-
github.com/fsnotify/fsnotify v1.7.0 // indirect
81-
github.com/go-logr/logr v1.4.2 // indirect
83+
github.com/fsnotify/fsnotify v1.9.0 // indirect
84+
github.com/go-logr/logr v1.4.3 // indirect
8285
github.com/go-logr/stdr v1.2.2 // indirect
8386
github.com/go-ole/go-ole v1.3.0 // indirect
8487
github.com/go-playground/locales v0.14.1 // indirect
8588
github.com/go-playground/universal-translator v0.18.1 // indirect
8689
github.com/gorilla/css v1.0.1 // indirect
87-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
88-
github.com/hashicorp/hcl v1.0.0 // indirect
90+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
8991
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9092
github.com/leodido/go-urn v1.4.0 // indirect
9193
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
92-
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
93-
github.com/magiconair/properties v1.8.7 // indirect
94+
github.com/lufia/plan9stats v0.0.0-20260330125221-c963978e514e // indirect
9495
github.com/mattn/go-colorable v0.1.14 // indirect
9596
github.com/mattn/go-runewidth v0.0.19 // indirect
9697
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
9798
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
9899
github.com/muesli/reflow v0.3.0 // indirect
99-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
100+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
100101
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
101102
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
102103
github.com/rivo/uniseg v0.4.7 // indirect
103104
github.com/russross/blackfriday/v2 v2.1.0 // indirect
104-
github.com/sagikazarmark/locafero v0.4.0 // indirect
105-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
106-
github.com/shirou/gopsutil/v4 v4.24.9 // indirect
107-
github.com/sourcegraph/conc v0.3.0 // indirect
108-
github.com/spf13/afero v1.11.0 // indirect
109-
github.com/spf13/cast v1.6.0 // indirect
105+
github.com/sagikazarmark/locafero v0.11.0 // indirect
106+
github.com/shirou/gopsutil/v4 v4.26.3 // indirect
107+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
108+
github.com/spf13/afero v1.15.0 // indirect
109+
github.com/spf13/cast v1.10.0 // indirect
110110
github.com/subosito/gotenv v1.6.0 // indirect
111-
github.com/tklauser/go-sysconf v0.3.14 // indirect
112-
github.com/tklauser/numcpus v0.9.0 // indirect
113-
github.com/wI2L/jsondiff v0.7.0
111+
github.com/tklauser/go-sysconf v0.3.16 // indirect
112+
github.com/tklauser/numcpus v0.11.0 // indirect
113+
github.com/wI2L/jsondiff v0.7.1
114114
github.com/yuin/goldmark v1.7.13 // indirect
115115
github.com/yuin/goldmark-emoji v1.0.6 // indirect
116116
github.com/yusufpapurcu/wmi v1.2.4 // indirect
117-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
118-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
119-
go.uber.org/atomic v1.10.0 // indirect
120-
go.uber.org/multierr v1.9.0 // indirect
121-
golang.org/x/crypto v0.49.0 // indirect
122-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
123-
golang.org/x/net v0.51.0
117+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
118+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
119+
golang.org/x/crypto v0.50.0 // indirect
120+
golang.org/x/net v0.53.0
124121
golang.org/x/sync v0.20.0 // indirect
125-
golang.org/x/sys v0.42.0 // indirect
126-
golang.org/x/term v0.41.0 // indirect
127-
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
128-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
129-
gopkg.in/ini.v1 v1.67.0 // indirect
122+
golang.org/x/sys v0.43.0 // indirect
123+
golang.org/x/term v0.42.0 // indirect
124+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
125+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
130126
)

0 commit comments

Comments
 (0)