github.com/metacubex/sing-tun@v0.2.7-0.20240512075008-89e7c6208eec/go.mod (about)

     1  module github.com/metacubex/sing-tun
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.7.0
     7  	github.com/go-ole/go-ole v1.3.0
     8  	github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec
     9  	github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97
    10  	github.com/sagernet/sing v0.3.8
    11  	go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
    12  	golang.org/x/net v0.24.0
    13  	golang.org/x/sys v0.19.0
    14  )
    15  
    16  require (
    17  	github.com/google/btree v1.1.2 // indirect
    18  	github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
    19  	golang.org/x/time v0.5.0 // indirect
    20  )