mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-03 05:43:12 +00:00
16 lines
292 B
Modula-2
16 lines
292 B
Modula-2
module go-codex-client
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.11.1
|
|
go.uber.org/mock v0.6.0
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|