Skip to content

Commit

Permalink
go.mod: updated goff to import sync and strconv
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Mar 18, 2020
1 parent 531aded commit 3084a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/consensys/gnark
go 1.14

require (
github.com/consensys/goff v0.1.1-0.20200318153029-947f4a63ffff
github.com/consensys/goff v0.1.1-0.20200318175900-2b9e7b66b91f
github.com/google/gofuzz v1.1.0
github.com/pkg/profile v1.4.0
github.com/spf13/cobra v0.0.6
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ github.com/consensys/goff v0.1.0 h1:Up/hj1u1JNe810aP0uINAe9OnjdN8+Z6l4Ru84yMxms=
github.com/consensys/goff v0.1.0/go.mod h1:o2GQlBqSwG9JvC42mpcJ40CwoJxp+rmxWxSKQv+dCW4=
github.com/consensys/goff v0.1.1-0.20200318153029-947f4a63ffff h1:2LzpusCkzKY2LnBfvue/JcLiXNY3yUPKGC24cDCg5/Q=
github.com/consensys/goff v0.1.1-0.20200318153029-947f4a63ffff/go.mod h1:o2GQlBqSwG9JvC42mpcJ40CwoJxp+rmxWxSKQv+dCW4=
github.com/consensys/goff v0.1.1-0.20200318175900-2b9e7b66b91f h1:oClf8ebLCcoxQXeGUBje1Hok4n4y+XLwbrV2i538d/8=
github.com/consensys/goff v0.1.1-0.20200318175900-2b9e7b66b91f/go.mod h1:o2GQlBqSwG9JvC42mpcJ40CwoJxp+rmxWxSKQv+dCW4=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
Expand Down

0 comments on commit 3084a70

Please sign in to comment.