Skip to content

Commit 8ac4111

Browse files
authored
Merge pull request #28 from liquidmetal-dev/dependabot/go_modules/dependencies-00a91c12fa
chore(deps): Bump the dependencies group across 1 directory with 3 updates
2 parents e7f583a + 2f258ec commit 8ac4111

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)