Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/go-playground/validator/v10 v10.26.0
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/google/uuid v1.6.0
github.com/grassrootseconomics/eth-tracker v1.7.2-celo-rc
github.com/grassrootseconomics/eth-tracker v1.9.0-celo-rc
github.com/grassrootseconomics/ethutils v1.4.0
github.com/grassrootseconomics/ge-publish v1.5.0-stable
github.com/jackc/pgx/v5 v5.7.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grassrootseconomics/eth-tracker v1.7.2-celo-rc h1:m0BX4brkPQ9JV/yYL2tqA+014R1YdB0hvaLKOAPq+dw=
github.com/grassrootseconomics/eth-tracker v1.7.2-celo-rc/go.mod h1:sozWQ/ryva121mbV/BO6kelFrHjqds3aCRKPqGHTRzc=
github.com/grassrootseconomics/eth-tracker v1.9.0-celo-rc h1:dlJqi3twq7gYKuQ1xpFlicyxLXzUDo3tKQLiyi4bRUo=
github.com/grassrootseconomics/eth-tracker v1.9.0-celo-rc/go.mod h1:sozWQ/ryva121mbV/BO6kelFrHjqds3aCRKPqGHTRzc=
github.com/grassrootseconomics/ethutils v1.4.0 h1:1QRLhOhY7GFoY27IlW9WoVoQuKDIGRjlFiPDiUWDN8Y=
github.com/grassrootseconomics/ethutils v1.4.0/go.mod h1:7RCNwDj1wfgWt8CV4p7cQuZWPPI5fjwl/piq7NthaWg=
github.com/grassrootseconomics/ge-publish v1.5.0-stable h1:A4cKHbw0S6+ZSQ8+h7u1QwCSOlKoEc95488zceWh3IY=
Expand Down