xref: /spdk/go/rpc/go.mod (revision 27a2007edad771f71a3167439c40068d9abe90ea)
1module github.com/spdk/spdk/go/rpc
2
3go 1.19
4
5require github.com/stretchr/testify v1.8.4
6
7require (
8	github.com/davecgh/go-spew v1.1.1 // indirect
9	github.com/pmezard/go-difflib v1.0.0 // indirect
10	github.com/stretchr/objx v0.5.0 // indirect
11	gopkg.in/yaml.v3 v3.0.1 // indirect
12)
13