tgo.mod - tordam - A library for peer discovery inside the Tor network
 (HTM) git clone https://git.parazyd.org/tordam
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tgo.mod (212B)
       ---
            1 module github.com/parazyd/tordam
            2 
            3 go 1.16
            4 
            5 require (
            6         github.com/creachadair/jrpc2 v0.12.0
            7         golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
            8         golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
            9 )