forked from werkt/bf-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.27 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
module github.com/werkt/bf-client
go 1.23
require (
github.com/bazelbuild/remote-apis v0.0.0-20231221155620-d20ae8b97fd3
github.com/dustin/go-humanize v1.0.1
github.com/gammazero/deque v0.2.1
github.com/gizak/termui/v3 v3.1.0
github.com/golang/protobuf v1.5.4
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/mattn/go-runewidth v0.0.9
github.com/nsf/termbox-go v1.1.1
github.com/redis/go-redis/v9 v9.4.0
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf
google.golang.org/genproto/googleapis/bytestream v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.67.1
lukechampine.com/blake3 v1.3.0
)
require (
cloud.google.com/go/longrunning v0.5.12 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/protobuf v1.36.3 // indirect
)