-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 938 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 938 Bytes
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
29
module github.com/liquidmetal-dev/fl
go 1.23
toolchain go1.23.4
require (
github.com/liquidmetal-dev/flintlock/api v0.0.0-20250217152353-bad227d30da4
github.com/liquidmetal-dev/flintlock/client v0.0.0-20251026183057-22744608d206
github.com/moby/moby v27.4.1+incompatible
github.com/spf13/cobra v1.10.1
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/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/spf13/pflag v1.0.10 // 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
)