Skip to content

Commit 0fc0697

Browse files
chore(deps): bump github.com/pterm/pterm from 0.12.81 to 0.12.82
Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.81 to 0.12.82. - [Release notes](https://github.com/pterm/pterm/releases) - [Commits](pterm/pterm@v0.12.81...v0.12.82) --- updated-dependencies: - dependency-name: github.com/pterm/pterm dependency-version: 0.12.82 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 717ebae commit 0fc0697

File tree

2 files changed

+26
-160
lines changed

2 files changed

+26
-160
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/knadh/koanf/providers/structs v1.0.0
1313
github.com/knadh/koanf/v2 v2.3.0
1414
github.com/prometheus/client_golang v1.23.2
15-
github.com/pterm/pterm v0.12.81
15+
github.com/pterm/pterm v0.12.82
1616
github.com/spf13/cobra v1.10.1
1717
github.com/tidwall/pretty v1.2.1
1818
github.com/twmb/franz-go v1.19.5
@@ -92,7 +92,6 @@ require (
9292
github.com/go-logr/logr v1.4.3 // indirect
9393
github.com/go-logr/stdr v1.2.2 // indirect
9494
github.com/go-openapi/jsonpointer v0.22.1 // indirect
95-
github.com/go-openapi/swag v0.24.1 // indirect
9695
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
9796
github.com/go-playground/locales v0.14.1 // indirect
9897
github.com/go-playground/universal-translator v0.18.1 // indirect
@@ -182,7 +181,6 @@ require (
182181
github.com/prometheus/common v0.67.1 // indirect
183182
github.com/prometheus/procfs v0.17.0 // indirect
184183
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
185-
github.com/rivo/uniseg v0.4.7 // indirect
186184
github.com/rqlite/gorqlite v0.0.0-20230708021416-2acd02b70b79 // indirect
187185
github.com/shopspring/decimal v1.2.0 // indirect
188186
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -209,9 +207,7 @@ require (
209207
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
210208
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
211209
go.opentelemetry.io/otel/metric v1.38.0 // indirect
212-
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
213210
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
214-
go.uber.org/atomic v1.11.0 // indirect
215211
go.uber.org/dig v1.19.0 // indirect
216212
go.uber.org/multierr v1.11.0 // indirect
217213
go.yaml.in/yaml/v2 v2.4.3 // indirect
@@ -220,10 +216,12 @@ require (
220216
golang.org/x/oauth2 v0.31.0 // indirect
221217
golang.org/x/sync v0.17.0 // indirect
222218
golang.org/x/sys v0.37.0 // indirect
219+
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
223220
golang.org/x/term v0.36.0 // indirect
224221
golang.org/x/text v0.30.0 // indirect
225222
golang.org/x/time v0.5.0 // indirect
226223
golang.org/x/tools v0.37.0 // indirect
224+
golang.org/x/tools/godoc v0.1.0-deprecated // indirect
227225
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
228226
google.golang.org/api v0.169.0 // indirect
229227
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect

0 commit comments

Comments
 (0)