mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-02 13:23:11 +00:00
19 lines
423 B
Modula-2
19 lines
423 B
Modula-2
module go-codex-client
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.11.1
|
|
go.uber.org/mock v0.6.0
|
|
go.uber.org/zap v1.27.0
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/codex-storage/codex-go-bindings v0.0.22 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|