mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
27 lines
847 B
Modula-2
27 lines
847 B
Modula-2
|
module github.com/0glabs/0g-chain/helper/da
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/json-iterator/go v1.1.12
|
||
|
github.com/lesismal/nbio v1.5.4
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/rs/zerolog v1.32.0
|
||
|
google.golang.org/grpc v1.63.2
|
||
|
google.golang.org/protobuf v1.33.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/lesismal/llib v1.1.13 // indirect
|
||
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
||
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||
|
github.com/stretchr/testify v1.8.4 // indirect
|
||
|
golang.org/x/crypto v0.19.0 // indirect
|
||
|
golang.org/x/net v0.21.0 // indirect
|
||
|
golang.org/x/sys v0.17.0 // indirect
|
||
|
golang.org/x/text v0.14.0 // indirect
|
||
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
|
||
|
)
|