Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/onsi/ginkgo/v2 v2.29.0
github.com/onsi/gomega v1.41.0
github.com/rs/zerolog v1.35.1
github.com/spdk/spdk/go/rpc v0.0.0-20260528074804-13da626fd6d9
github.com/spdk/spdk/go/rpc v0.0.0-20260901164140-983844719922
github.com/stretchr/testify v1.11.1
github.com/willscott/go-nfs v0.0.4
github.com/willscott/memphis v0.0.0-20241203204924-a148a489d367
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ github.com/smartystreets/goconvey v1.8.1 h1:qGjIddxOk4grTu9JPOU31tVfq3cNdBlNa5sS
github.com/smartystreets/goconvey v1.8.1/go.mod h1:+/u4qLyY6x1jReYOp7GOM2FSt8aP9CzCZL03bI28W60=
github.com/spdk/spdk/go/rpc v0.0.0-20260528074804-13da626fd6d9 h1:+oRPo85q40BILEPosLh+QJTOmfBQWu0SJQdDx5ikmw0=
github.com/spdk/spdk/go/rpc v0.0.0-20260528074804-13da626fd6d9/go.mod h1:5DyO+tsmhXkBbzKJPhLs2rc9T5YHPtz2OeuxT0Dem58=
github.com/spdk/spdk/go/rpc v0.0.0-20260901164140-983844719922 h1:Ia9IzO+6254jf/sA7OihfewtMjkYQJ1p8VouUHI02nk=
github.com/spdk/spdk/go/rpc v0.0.0-20260901164140-983844719922/go.mod h1:5DyO+tsmhXkBbzKJPhLs2rc9T5YHPtz2OeuxT0Dem58=
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down