-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (25 loc) · 1001 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/liquidmetal-dev/fl
go 1.22
require (
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.69.2
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // 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-20240521201337-686a1a2994c1 // indirect
go.uber.org/multierr v1.10.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.35.1 // indirect
)