-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
40 lines (35 loc) · 1.36 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
32
33
34
35
36
37
38
39
40
module github.com/felangga/chiko
go 1.22.5
require (
github.com/atotto/clipboard v0.1.4
github.com/epiclabs-io/winman v0.0.0-20220901164457-3d8c4b3ae090
github.com/fullstorydev/grpcurl v1.9.2
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/jhump/protoreflect v1.17.0
github.com/rivo/tview v0.0.0-20241227133733-17b7edb88c57
google.golang.org/grpc v1.69.2
)
require github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
require (
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/lithammer/fuzzysearch v1.1.8
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/gdamore/tcell/v2 v2.7.4
github.com/google/uuid v1.6.0
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
)