From 4a934e3949fb0b9ed0c44fa3428a67e3f82413c7 Mon Sep 17 00:00:00 2001 From: Nitigya Kapoor Date: Mon, 14 Sep 2020 19:02:43 +0530 Subject: [PATCH] fix depreciated requirement --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2c51d20b..83013fca 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.13 require ( github.com/VictoriaMetrics/fastcache v1.5.7 - github.com/oasislabs/ed25519 v0.0.0-20200302143042-29f6767a7c3e + github.com/oasisprotocol/ed25519 v0.0.0-20200528083105-55566edd6df0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.4.0 go.uber.org/atomic v1.5.1