Skip to content

Commit

Permalink
Merge pull request #28 from liquidmetal-dev/dependabot/go_modules/dep…
Browse files Browse the repository at this point in the history
…endencies-00a91c12fa

chore(deps): Bump the dependencies group across 1 directory with 3 updates
  • Loading branch information
richardcase authored Jan 4, 2025
2 parents e7f583a + 2f258ec commit 8ac4111
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 8ac4111

Please sign in to comment.