-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
55 lines (52 loc) · 2.37 KB
/
go.mod
File metadata and controls
55 lines (52 loc) · 2.37 KB
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
module github.com/transientvariable/lettuce
go 1.24.1
require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/google/flatbuffers v25.2.10+incompatible
github.com/json-iterator/go v1.1.12
github.com/libp2p/go-buffer-pool v0.1.0
github.com/stretchr/testify v1.10.0
github.com/transientvariable/anchor v0.0.0-20250331040147-31a7b773ebd9
github.com/transientvariable/config-go v1.0.1
github.com/transientvariable/fs-go v0.0.0-20250411022114-7765c9eadc32
github.com/transientvariable/hold v0.0.0-20250409015808-249cfe1ee5c6
github.com/transientvariable/log-go v0.0.0-20250616044854-36c70c8bebc7
github.com/valyala/bytebufferpool v1.0.0
golang.org/x/net v0.41.0
google.golang.org/grpc v1.73.0
google.golang.org/protobuf v1.36.6
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/ipfs/go-cid v0.5.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.16.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/timberio/go-datemath v0.1.0 // indirect
github.com/transientvariable/cadre v0.0.0-20250409015310-ad7ca9c92b64 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)