github.com/ianic/xnet/aio@v0.0.0-20230924160527-cee7f41ab201/go.mod (about)

     1  module github.com/ianic/xnet/aio
     2  
     3  go 1.21.0
     4  
     5  require (
     6  	github.com/pawelgaczynski/giouring v0.0.0-20230826085535-69588b89acb9
     7  	github.com/stretchr/testify v1.8.4
     8  	golang.org/x/sys v0.11.0
     9  )
    10  
    11  require (
    12  	github.com/davecgh/go-spew v1.1.1 // indirect
    13  	github.com/pmezard/go-difflib v1.0.0 // indirect
    14  	gopkg.in/yaml.v3 v3.0.1 // indirect
    15  )
    16  
    17  //replace github.com/pawelgaczynski/giouring => ../../giouring