github.com/dshulyak/uring@v0.0.0-20210209113719-1b2ec51f1542/go.mod (about)

     1  module github.com/dshulyak/uring
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/stretchr/testify v1.6.1
     7  	golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed
     8  )