Skip to content

Commit

Permalink
update: auth version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Dec 13, 2024
1 parent f7f3793 commit 45105f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ require (
github.com/ethereum/go-ethereum v1.14.12
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/iden3/go-iden3-crypto v0.0.15
github.com/iden3/go-rapidsnark/types v0.0.3
github.com/pkg/errors v0.9.1
github.com/rarimo/web3-auth-svc v0.1.1-rc0
github.com/rarimo/web3-auth-svc v0.1.4
github.com/rarimo/zkverifier-kit v1.2.4
github.com/rubenv/sql-migrate v1.7.0
github.com/status-im/keycard-go v0.2.0
Expand Down Expand Up @@ -49,6 +48,7 @@ require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
github.com/iden3/go-iden3-crypto v0.0.15 // indirect
github.com/iden3/go-rapidsnark/verifier v0.0.5 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1962,8 +1962,8 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/rarimo/web3-auth-svc v0.1.1-rc0 h1:Gqz2rU7vUgQGQDUBHw7wnakBkXsUzFsepd+oU5lOLY0=
github.com/rarimo/web3-auth-svc v0.1.1-rc0/go.mod h1:d1SsDcwzSqSPZABy3wMhrVrhNb/JQ40DLcjxTm0KPBQ=
github.com/rarimo/web3-auth-svc v0.1.4 h1:p57MgO4belYkELTVvWRO4979Z1WshujajTnDcjzf2PM=
github.com/rarimo/web3-auth-svc v0.1.4/go.mod h1:d1SsDcwzSqSPZABy3wMhrVrhNb/JQ40DLcjxTm0KPBQ=
github.com/rarimo/zkverifier-kit v1.2.4 h1:AJ5ZAyOYOGR2QiDlOA2ul/QMZnjBZ/VzPqLjSIUbZgw=
github.com/rarimo/zkverifier-kit v1.2.4/go.mod h1:3YDg5dTkDRr4IdfaDHGYetopd6gS/2SuwSeseYTWwNw=
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
Expand Down

0 comments on commit 45105f1

Please sign in to comment.