-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
27 lines (24 loc) · 937 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
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/weaveworks/flintlock/api v0.0.0-20220304105853-8fcb8aa2bafb
github.com/weaveworks/flintlock/client v0.0.0-20220304105853-8fcb8aa2bafb
github.com/yitsushi/macpot v1.0.3
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.65.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/protobuf v1.34.1 // indirect
)