github.com/sagernet/wireguard-go@v0.0.0-20231215174105-89dec3b2f3e8/go.mod (about)

     1  module github.com/sagernet/wireguard-go
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/sagernet/sing v0.3.0-beta.3
     7  	golang.org/x/crypto v0.16.0
     8  	golang.org/x/net v0.19.0
     9  	golang.org/x/sys v0.15.0
    10  )