Skip to content

Commit

Permalink
Go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Oct 14, 2024
1 parent 41ed9de commit 9f8c995
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 @@ -19,7 +19,6 @@ require (
github.com/go-resty/resty/v2 v2.15.3
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
github.com/google/uuid v1.6.0
github.com/holiman/uint256 v1.3.1
github.com/joho/godotenv v1.5.1
github.com/labstack/echo-contrib v0.17.1
github.com/labstack/echo/v4 v4.12.0
Expand Down Expand Up @@ -133,6 +132,7 @@ require (
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/herumi/bls-eth-go-binary v0.0.0-20210917013441-d37c07cfda4e // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
github.com/huin/goupnp v1.3.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
Expand Down

0 comments on commit 9f8c995

Please sign in to comment.