Skip to content

Commit

Permalink
fix: tidy after master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Mar 10, 2024
1 parent baa2d1a commit c6ffc0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crypto/ecdsa/ecdsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"crypto/sha256"
"fmt"
"math/big"
"slices"

"github.com/relab/hotstuff"
"github.com/relab/hotstuff/crypto"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6ffc0a

Please sign in to comment.