From 6131a2de65daa74d7782da9ac89bf0fa6d43e45c Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 7 Oct 2019 06:55:27 +0200 Subject: [PATCH] Add workaround for chacha20's repository move (#124) With this fix applied #115 should go away. Currently used in Arch packaging. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index e68a88b..4104e81 100644 --- a/go.mod +++ b/go.mod @@ -25,6 +25,8 @@ require ( golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect ) +replace gitlab.com/yawning/chacha20.git => github.com/Yawning/chacha20 latest + // Replace dependency modules with local developing copy // use `go list -m all` to confirm the final module used // replace (