URI: 
       tUpdate go.mod. - tordam - A library for peer discovery inside the Tor network
  HTML git clone https://git.parazyd.org/tordam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 8c8703fc776002eb0cd591aff483509b538e1133
   DIR parent 9c90a882b181c1a44ffd64092b3b3354b25afdca
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sun,  7 Mar 2021 22:50:16 +0100
       
       Update go.mod.
       
       Diffstat:
         M go.mod                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/go.mod b/go.mod
       t@@ -3,6 +3,6 @@ module github.com/parazyd/tordam
        go 1.16
        
        require (
       -        github.com/creachadair/jrpc2 v0.12.0 // indirect
       -        golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
       +        github.com/creachadair/jrpc2 v0.12.0
       +        golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
        )