github.com/sagernet/gvisor@v0.0.0-20240428053021-e691de28565f/go.mod (about)

     1  module github.com/sagernet/gvisor
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/google/btree v1.1.2
     7  	github.com/sagernet/sing v0.3.8
     8  	golang.org/x/sys v0.19.0
     9  	golang.org/x/time v0.5.0
    10  )