Skip to content

Commit

Permalink
update to latest go-ipa
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Jan 12, 2023
1 parent a34617e commit 3e8bae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/gballet/go-verkle

go 1.18

require github.com/crate-crypto/go-ipa v0.0.0-20221111143132-9aa5d42120bc
require github.com/crate-crypto/go-ipa v0.0.0-20230112133036-98736f2f2808

require golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect

replace github.com/crate-crypto/go-ipa => github.com/jsign/go-ipa v0.0.0-20221213212217-fcc1cb4ffdd5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/jsign/go-ipa v0.0.0-20221213212217-fcc1cb4ffdd5 h1:7pT9gqhsfYrfcOP0Ew06ctN28CtxGlURMnpFHQx7tXg=
github.com/jsign/go-ipa v0.0.0-20221213212217-fcc1cb4ffdd5/go.mod h1:gFnFS95y8HstDP6P9pPwzrxOOC5TRDkwbM+ao15ChAI=
github.com/crate-crypto/go-ipa v0.0.0-20230112133036-98736f2f2808 h1:zzhDwbi4il5p8+g4WjfX4nWaIo9A61bBS6Ltj8AkExg=
github.com/crate-crypto/go-ipa v0.0.0-20230112133036-98736f2f2808/go.mod h1:gFnFS95y8HstDP6P9pPwzrxOOC5TRDkwbM+ao15ChAI=
github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c=
github.com/leanovate/gopter v0.2.9/go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8=
golang.org/x/sys v0.0.0-20211020174200-9d6173849985/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
Expand Down

0 comments on commit 3e8bae5

Please sign in to comment.