Workspace-wide sync. luxfi/node already shipped on 1.26.4 in v1.30.6 (commit 121aca1fa9); this is the cross-repo catch-up.
22 lines
599 B
AMPL
22 lines
599 B
AMPL
module github.com/hanzoai/stream
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
|
|
github.com/klauspost/compress v1.18.5
|
|
github.com/nats-io/nats.go v1.50.0
|
|
github.com/pierrec/lz4/v4 v4.1.26
|
|
github.com/spf13/cobra v1.10.2
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/nats-io/nkeys v0.4.15 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
golang.org/x/crypto v0.49.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
)
|