Skip to content

Commit

Permalink
go.mod updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Aug 9, 2024
1 parent 550ad36 commit a8fe2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.22.5

require (
github.com/ethereum/go-ethereum v1.14.3
github.com/frankban/quicktest v1.14.6
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
github.com/go-chi/jwtauth/v5 v5.3.1
Expand Down Expand Up @@ -84,7 +85,6 @@ require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/flynn/noise v1.1.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/frankban/quicktest v1.14.6 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect
Expand Down

0 comments on commit a8fe2c2

Please sign in to comment.