From dc719c63c87a146ce5c39d43fc7b2325cc915ac7 Mon Sep 17 00:00:00 2001 From: Jules de Smit Date: Wed, 21 Aug 2019 12:44:03 +0200 Subject: [PATCH] Update bn256 module to the correct version --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 51cc1e5..35aae7f 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/OneOfOne/xxhash v1.2.5 github.com/bwesterb/go-ristretto v1.1.0 github.com/davecgh/go-spew v1.1.1 // indirect - github.com/dusk-network/bn256 v0.0.0-20190821091231-8b9f40cd54a8 + github.com/dusk-network/bn256 v0.5.0-lattices github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 diff --git a/go.sum b/go.sum index 53f5532..d637203 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dusk-network/bn256 v0.0.0-20190821091231-8b9f40cd54a8 h1:Tf0dEhv9PdEBbwUSaU7qdf97hnudcMMcycyrr1LPnww= -github.com/dusk-network/bn256 v0.0.0-20190821091231-8b9f40cd54a8/go.mod h1:KGkfDyf8GXeworEpuKRRfPGQa/CzezrYUGaaABueUhg= +github.com/dusk-network/bn256 v0.5.0-lattices h1:3PWpy5mxJI7UNPdfjHzI3Mw2MhbZbHtk+31Agl3NCTg= +github.com/dusk-network/bn256 v0.5.0-lattices/go.mod h1:KGkfDyf8GXeworEpuKRRfPGQa/CzezrYUGaaABueUhg= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=