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 20f2910bfa1868f07d755b58d1de1d2a1f82f6db DIR parent 7ebe446ab690ea12900a91403441a0932e1e1c43 HTML Author: parazyd <parazyd@dyne.org> Date: Sun, 21 Mar 2021 13:50:17 +0100 Update go.mod Diffstat: M go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/go.mod b/go.mod t@@ -5,5 +5,5 @@ go 1.16 require ( github.com/creachadair/jrpc2 v0.12.0 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect )