Skip to content

Commit

Permalink
Update replace-allow-list
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed May 9, 2024
1 parent 1050f25 commit 8dca70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ linters-settings:
json: snake
gofumpt:
extra-rules: true
gomoddirectives:
replace-allow-list:
- github.com/ethereum/go-ethereum
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ require (
)

// This version points to Lightclient's prague-devnet-0 branch.
//nolint:gomoddirectives
replace github.com/ethereum/go-ethereum => github.com/lightclient/go-ethereum v1.10.10-0.20240429213339-9b7958ba0063

0 comments on commit 8dca70c

Please sign in to comment.