Skip to content

Commit

Permalink
chore(deps): Bump the dependencies group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2025
1 parent e7f583a commit 2f258ec
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 450 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@ module github.com/liquidmetal-dev/fl
go 1.22

require (
github.com/moby/moby v27.1.1+incompatible
github.com/urfave/cli/v2 v2.27.2
github.com/liquidmetal-dev/flintlock/api v0.0.0-20241227150005-3cc8809bcb11
github.com/liquidmetal-dev/flintlock/client v0.0.0-20241227150005-3cc8809bcb11
github.com/moby/moby v27.4.1+incompatible
github.com/urfave/cli/v2 v2.27.5
github.com/yitsushi/macpot v1.0.3
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.65.0
google.golang.org/grpc v1.69.2
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/liquidmetal-dev/flintlock/api v0.0.0-20241227150005-3cc8809bcb11 // indirect
github.com/liquidmetal-dev/flintlock/client v0.0.0-20241227150005-3cc8809bcb11 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)
Loading

0 comments on commit 2f258ec

Please sign in to comment.