Skip to content

Commit 2f258ec

Browse files
chore(deps): Bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [github.com/moby/moby](https://github.com/moby/moby), [github.com/urfave/cli/v2](https://github.com/urfave/cli) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/moby/moby` from 27.1.1+incompatible to 27.4.1+incompatible - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@v27.1.1...v27.4.1) Updates `github.com/urfave/cli/v2` from 2.27.2 to 2.27.5 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.27.2...v2.27.5) Updates `google.golang.org/grpc` from 1.65.0 to 1.69.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.65.0...v1.69.2) --- updated-dependencies: - dependency-name: github.com/moby/moby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7f583a commit 2f258ec

File tree

2 files changed

+54
-450
lines changed

2 files changed

+54
-450
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@ module github.com/liquidmetal-dev/fl
33
go 1.22
44

55
require (
6-
github.com/moby/moby v27.1.1+incompatible
7-
github.com/urfave/cli/v2 v2.27.2
6+
github.com/liquidmetal-dev/flintlock/api v0.0.0-20241227150005-3cc8809bcb11
7+
github.com/liquidmetal-dev/flintlock/client v0.0.0-20241227150005-3cc8809bcb11
8+
github.com/moby/moby v27.4.1+incompatible
9+
github.com/urfave/cli/v2 v2.27.5
810
github.com/yitsushi/macpot v1.0.3
911
go.uber.org/zap v1.27.0
10-
google.golang.org/grpc v1.65.0
12+
google.golang.org/grpc v1.69.2
1113
gopkg.in/yaml.v2 v2.4.0
1214
)
1315

1416
require (
15-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
17+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
1618
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
17-
github.com/liquidmetal-dev/flintlock/api v0.0.0-20241227150005-3cc8809bcb11 // indirect
18-
github.com/liquidmetal-dev/flintlock/client v0.0.0-20241227150005-3cc8809bcb11 // indirect
19+
github.com/rogpeppe/go-internal v1.13.1 // indirect
1920
github.com/russross/blackfriday/v2 v2.1.0 // indirect
20-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
21+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2122
go.uber.org/multierr v1.10.0 // indirect
22-
golang.org/x/net v0.26.0 // indirect
23-
golang.org/x/sys v0.21.0 // indirect
24-
golang.org/x/text v0.16.0 // indirect
23+
golang.org/x/net v0.30.0 // indirect
24+
golang.org/x/sys v0.26.0 // indirect
25+
golang.org/x/text v0.19.0 // indirect
2526
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
26-
google.golang.org/protobuf v1.34.1 // indirect
27+
google.golang.org/protobuf v1.35.1 // indirect
2728
)

0 commit comments

Comments
 (0)