From c6ffc0a8718300deec9aabfe73beda5a6146a0c6 Mon Sep 17 00:00:00 2001 From: Hein Meling Date: Sun, 10 Mar 2024 08:49:23 +0100 Subject: [PATCH] fix: tidy after master merge --- crypto/ecdsa/ecdsa.go | 1 - go.mod | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/ecdsa/ecdsa.go b/crypto/ecdsa/ecdsa.go index dff2b8f0..2a2e99f6 100644 --- a/crypto/ecdsa/ecdsa.go +++ b/crypto/ecdsa/ecdsa.go @@ -7,7 +7,6 @@ import ( "crypto/sha256" "fmt" "math/big" - "slices" "github.com/relab/hotstuff" "github.com/relab/hotstuff/crypto" diff --git a/go.mod b/go.mod index 7168b12a..ff762534 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.22.1 require ( github.com/felixge/fgprof v0.9.4 github.com/golang/mock v1.6.0 + github.com/golang/protobuf v1.5.4 github.com/kilic/bls12-381 v0.1.1-0.20210208205449-6045b0235e36 github.com/mattn/go-isatty v0.0.20 github.com/mitchellh/go-homedir v1.1.0 @@ -44,7 +45,6 @@ require ( github.com/go-pdf/fpdf v0.9.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect - github.com/golang/protobuf v1.5.4 // indirect github.com/gonuts/binary v0.2.0 // indirect github.com/google/go-cmp v0.6.0 // indirect github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect