Skip to content

Commit ae27dea

Browse files
build(deps): bump the go-mod group across 1 directory with 10 updates
Bumps the go-mod group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/magefile/mage](https://github.com/magefile/mage) | `1.15.0` | `1.16.1` | | [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.43.2` | `0.45.0` | | [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.3` | `1.1.4` | | [github.com/rodaine/table](https://github.com/rodaine/table) | `1.3.0` | `1.3.1` | | [github.com/samber/lo](https://github.com/samber/lo) | `1.52.0` | `1.53.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.32.0` | `0.34.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.19.0` | `0.20.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.78.0` | `1.79.2` | Updates `github.com/magefile/mage` from 1.15.0 to 1.16.1 - [Release notes](https://github.com/magefile/mage/releases) - [Commits](magefile/mage@v1.15.0...v1.16.1) Updates `github.com/mark3labs/mcp-go` from 0.43.2 to 0.45.0 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.43.2...v0.45.0) Updates `github.com/olekukonko/tablewriter` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](olekukonko/tablewriter@v1.1.3...v1.1.4) Updates `github.com/rodaine/table` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/rodaine/table/releases) - [Commits](rodaine/table@v1.3.0...v1.3.1) Updates `github.com/samber/lo` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.52.0...v1.53.0) Updates `golang.org/x/mod` from 0.32.0 to 0.34.0 - [Commits](golang/mod@v0.32.0...v0.34.0) Updates `golang.org/x/net` from 0.49.0 to 0.50.0 - [Commits](golang/net@v0.49.0...v0.50.0) Updates `golang.org/x/sync` from 0.19.0 to 0.20.0 - [Commits](golang/sync@v0.19.0...v0.20.0) Updates `golang.org/x/term` from 0.39.0 to 0.40.0 - [Commits](golang/term@v0.39.0...v0.40.0) Updates `google.golang.org/grpc` from 1.78.0 to 1.79.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.78.0...v1.79.2) --- updated-dependencies: - dependency-name: github.com/magefile/mage dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-mod - dependency-name: github.com/rodaine/table dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-mod - dependency-name: github.com/samber/lo dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: golang.org/x/mod dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: golang.org/x/net dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: golang.org/x/term dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod - dependency-name: google.golang.org/grpc dependency-version: 1.79.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-mod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 082eee0 commit ae27dea

2 files changed

Lines changed: 77 additions & 85 deletions

File tree

go.mod

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ require (
2727
github.com/hamba/avro/v2 v2.31.0
2828
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240819150235-f7fe73942d0f
2929
github.com/jzelinskie/stringz v0.0.3
30-
github.com/magefile/mage v1.15.0
31-
github.com/mark3labs/mcp-go v0.43.2
30+
github.com/magefile/mage v1.16.1
31+
github.com/mark3labs/mcp-go v0.45.0
3232
github.com/mattn/go-isatty v0.0.20
3333
github.com/mitchellh/go-homedir v1.1.0
3434
github.com/muesli/termenv v0.16.0
3535
github.com/natefinch/atomic v1.0.1
36-
github.com/olekukonko/tablewriter v1.1.3
37-
github.com/rodaine/table v1.3.0
36+
github.com/olekukonko/tablewriter v1.1.4
37+
github.com/rodaine/table v1.3.1
3838
github.com/rs/zerolog v1.34.0
39-
github.com/samber/lo v1.52.0
39+
github.com/samber/lo v1.53.0
4040
github.com/schollz/progressbar/v3 v3.19.0
4141
github.com/spf13/cobra v1.10.2
4242
github.com/spf13/pflag v1.0.10
4343
github.com/stretchr/testify v1.11.1
4444
github.com/xlab/treeprint v1.2.0
4545
go.uber.org/mock v0.6.0
4646
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
47-
golang.org/x/mod v0.32.0
48-
golang.org/x/net v0.49.0
49-
golang.org/x/sync v0.19.0
50-
golang.org/x/term v0.39.0
47+
golang.org/x/mod v0.34.0
48+
golang.org/x/net v0.50.0
49+
golang.org/x/sync v0.20.0
50+
golang.org/x/term v0.40.0
5151
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409
52-
google.golang.org/grpc v1.78.0
52+
google.golang.org/grpc v1.79.2
5353
google.golang.org/protobuf v1.36.11
5454
gopkg.in/yaml.v3 v3.0.1
5555
)
@@ -60,7 +60,7 @@ require (
6060
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20251209175733-2a1774d88802.1 // indirect
6161
buf.build/gen/go/gogo/protobuf/protocolbuffers/go v1.36.10-20240617172848-e1dbca2775a7.1 // indirect
6262
buf.build/gen/go/prometheus/prometheus/protocolbuffers/go v1.36.10-20251118093737-4105057cc7d4.1 // indirect
63-
cel.dev/expr v0.24.0 // indirect
63+
cel.dev/expr v0.25.1 // indirect
6464
cloud.google.com/go v0.122.0 // indirect
6565
cloud.google.com/go/auth v0.17.0 // indirect
6666
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
@@ -150,11 +150,10 @@ require (
150150
github.com/charmbracelet/x/ansi v0.8.0 // indirect
151151
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
152152
github.com/ckaznocha/intrange v0.3.1 // indirect
153-
github.com/clipperhouse/displaywidth v0.6.2 // indirect
154-
github.com/clipperhouse/stringish v0.1.1 // indirect
155-
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
153+
github.com/clipperhouse/displaywidth v0.10.0 // indirect
154+
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
156155
github.com/cloudspannerecosystem/spanner-change-streams-tail v0.3.1 // indirect
157-
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
156+
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
158157
github.com/creasty/defaults v1.8.0 // indirect
159158
github.com/curioswitch/go-reassign v0.3.0 // indirect
160159
github.com/daixiang0/gci v0.13.7 // indirect
@@ -171,7 +170,7 @@ require (
171170
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
172171
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
173172
github.com/emirpasic/gods v1.18.1 // indirect
174-
github.com/envoyproxy/go-control-plane/envoy v1.35.0 // indirect
173+
github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect
175174
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
176175
github.com/ettle/strcase v0.2.0 // indirect
177176
github.com/exaring/otelpgx v0.9.3 // indirect
@@ -290,7 +289,7 @@ require (
290289
github.com/maratori/testpackage v1.1.2 // indirect
291290
github.com/matoous/godox v1.1.0 // indirect
292291
github.com/mattn/go-colorable v0.1.14 // indirect
293-
github.com/mattn/go-runewidth v0.0.19 // indirect
292+
github.com/mattn/go-runewidth v0.0.21 // indirect
294293
github.com/maypok86/otter/v2 v2.2.1 // indirect
295294
github.com/mgechev/revive v1.13.0 // indirect
296295
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
@@ -310,8 +309,8 @@ require (
310309
github.com/nishanths/predeclared v0.2.2 // indirect
311310
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
312311
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
313-
github.com/olekukonko/errors v1.1.0 // indirect
314-
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
312+
github.com/olekukonko/errors v1.2.0 // indirect
313+
github.com/olekukonko/ll v0.1.6 // indirect
315314
github.com/opencontainers/image-spec v1.1.1 // indirect
316315
github.com/outcaste-io/ristretto v0.2.3 // indirect
317316
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -389,7 +388,7 @@ require (
389388
go.augendre.info/fatcontext v0.9.0 // indirect
390389
go.opencensus.io v0.24.0 // indirect
391390
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
392-
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
391+
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
393392
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
394393
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
395394
go.opentelemetry.io/contrib/propagators/b3 v1.20.0 // indirect
@@ -403,22 +402,22 @@ require (
403402
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
404403
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
405404
go.opentelemetry.io/otel/trace v1.40.0 // indirect
406-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
405+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
407406
go.uber.org/atomic v1.11.0 // indirect
408407
go.uber.org/automaxprocs v1.6.0 // indirect
409408
go.uber.org/goleak v1.3.0 // indirect
410409
go.uber.org/multierr v1.11.0 // indirect
411410
go.uber.org/zap v1.27.0 // indirect
412411
go.yaml.in/yaml/v2 v2.4.3 // indirect
413412
go.yaml.in/yaml/v3 v3.0.4 // indirect
414-
golang.org/x/crypto v0.47.0 // indirect
413+
golang.org/x/crypto v0.48.0 // indirect
415414
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
416415
golang.org/x/oauth2 v0.34.0 // indirect
417-
golang.org/x/sys v0.40.0 // indirect
418-
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
419-
golang.org/x/text v0.33.0 // indirect
416+
golang.org/x/sys v0.41.0 // indirect
417+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
418+
golang.org/x/text v0.34.0 // indirect
420419
golang.org/x/time v0.14.0 // indirect
421-
golang.org/x/tools v0.40.0 // indirect
420+
golang.org/x/tools v0.42.0 // indirect
422421
golang.org/x/vuln v1.1.4 // indirect
423422
google.golang.org/api v0.257.0 // indirect
424423
google.golang.org/genproto v0.0.0-20250908214217-97024824d090 // indirect

0 commit comments

Comments
 (0)