mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-02 13:23:11 +00:00
tidy go.mod
This commit is contained in:
parent
100ca35a3f
commit
95d5bf8e2e
2
go.mod
2
go.mod
@ -3,6 +3,7 @@ module go-codex-client
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/codex-storage/codex-go-bindings v0.0.22
|
||||
github.com/stretchr/testify v1.11.1
|
||||
go.uber.org/mock v0.6.0
|
||||
go.uber.org/zap v1.27.0
|
||||
@ -10,7 +11,6 @@ require (
|
||||
)
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user