-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.08 KB
/
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
29
30
31
module github.com/murtaza-u/keye
go 1.21.4
require (
github.com/Delta456/box-cli-maker/v2 v2.3.0
github.com/caarlos0/env/v10 v10.0.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
github.com/urfave/cli/v2 v2.26.0
go.etcd.io/bbolt v1.3.8
google.golang.org/grpc v1.60.0
google.golang.org/protobuf v1.31.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
)