-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
66 lines (62 loc) · 2.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
module github.com/brianmcgee/nvix
go 1.20
require (
code.tvl.fyi/tvix/castore/protos v0.0.0-20231014122118-3fc2ade7dfb2
code.tvl.fyi/tvix/store/protos v0.0.0-20231014142132-b2dfae6a1028
github.com/SaveTheRbtz/fastcdc-go v0.3.0
github.com/alecthomas/kong v0.8.1
github.com/charmbracelet/log v0.2.5
github.com/golang/protobuf v1.5.3
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/juju/errors v1.0.0
github.com/multiformats/go-multihash v0.2.3
github.com/nats-io/nats-server/v2 v2.10.2
github.com/nats-io/nats.go v1.31.0
github.com/nats-io/nuid v1.0.1
github.com/nix-community/go-nix v0.0.0-20231012070617-9b176785e54d
github.com/prometheus/client_golang v1.17.0
github.com/stretchr/testify v1.8.4
github.com/ztrue/shutdown v0.1.1
golang.org/x/sync v0.4.0
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.31.0
lukechampine.com/blake3 v1.2.1
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/charmbracelet/lipgloss v0.9.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/klauspost/compress v1.17.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/nats-io/jwt/v2 v2.5.2 // indirect
github.com/nats-io/nkeys v0.4.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
//replace code.tvl.fyi/tvix/store/protos => /home/brian/Development/tvl.fyi/depot/tvix/store/protos