Skip to content

Commit

Permalink
Merge pull request #1268 from dusk-network/bls12_381-sign-go-0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia authored Jan 26, 2022
2 parents b4a0123 + eb38824 commit 2a70492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/didip/tollbooth v4.0.2+incompatible
github.com/drewolson/testflight v1.0.0
github.com/dusk-network/bls12_381-sign/go/cgo/bls v0.1.4
github.com/dusk-network/bls12_381-sign/go/cgo/bls v0.1.5
github.com/dusk-network/dusk-crypto v0.1.3
github.com/dusk-network/dusk-protobuf v0.3.2
github.com/etherlabsio/healthcheck v0.0.0-20191224061800-dd3d2fd8c3f6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ github.com/didip/tollbooth v4.0.2+incompatible h1:fVSa33JzSz0hoh2NxpwZtksAzAgd7z
github.com/didip/tollbooth v4.0.2+incompatible/go.mod h1:A9b0665CE6l1KmzpDws2++elm/CsuWBMa5Jv4WY0PEY=
github.com/drewolson/testflight v1.0.0 h1:jgA0pHcFIPnXoBmyFzrdoR2ka4UvReMDsjYc7Jcvl80=
github.com/drewolson/testflight v1.0.0/go.mod h1:t9oKuuEohRGLb80SWX+uxJHuhX98B7HnojqtW+Ryq30=
github.com/dusk-network/bls12_381-sign/go/cgo/bls v0.1.4 h1:JQglrrpU9iQuo9cgRS4T5qeQvfCr9hGemm7kA63dxjE=
github.com/dusk-network/bls12_381-sign/go/cgo/bls v0.1.4/go.mod h1:zaPS7YfC0Fu8DK1LEscBPPE+GnCxCW7yZ8ZCiLA5XBc=
github.com/dusk-network/bls12_381-sign/go/cgo/bls v0.1.5 h1:O/KCOvH5aeQ19dPH2mynbA6ynio80CwK245RgUDMlEA=
github.com/dusk-network/bls12_381-sign/go/cgo/bls v0.1.5/go.mod h1:zaPS7YfC0Fu8DK1LEscBPPE+GnCxCW7yZ8ZCiLA5XBc=
github.com/dusk-network/bn256 v0.5.1-lattices/go.mod h1:ddVn3p/nch27uVwd+3QGreudmSKfbAVr39LvBaSUEGg=
github.com/dusk-network/dusk-crypto v0.1.3 h1:XWzB0wXuJ/6kRE7VCQ/K1Sr+OlInDyTndLRat1owfuo=
github.com/dusk-network/dusk-crypto v0.1.3/go.mod h1:XEU09/mHLIAg9cS0m/6Hu2+wvJPxybfoXYSCrveHh3U=
Expand Down

0 comments on commit 2a70492

Please sign in to comment.