Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

⬆️ Bump github.com/ethereum/go-ethereum from 1.9.15 to 1.10.10 #3

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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/RiccardoBiosas/golang-ethereum-auth
go 1.14

require (
github.com/ethereum/go-ethereum v1.9.15
github.com/ethereum/go-ethereum v1.10.10
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/mux v1.7.4
github.com/gorilla/mux v1.8.0
github.com/joho/godotenv v1.3.0
)
Loading