commit 20f2910bfa1868f07d755b58d1de1d2a1f82f6db
parent 7ebe446ab690ea12900a91403441a0932e1e1c43
Author: parazyd <parazyd@dyne.org>
Date: Sun, 21 Mar 2021 13:50:17 +0100
Update go.mod
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
@@ -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
)