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

chore(deps): bump github.com/ethereum/go-ethereum from 1.10.1 to 1.10.22 in /fm-demo/go-scripts #127

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
7 changes: 3 additions & 4 deletions fm-demo/go-scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ module integrations-framework
go 1.16

require (
github.com/ethereum/go-ethereum v1.10.1
github.com/google/uuid v1.2.0 // indirect
github.com/ethereum/go-ethereum v1.10.22
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/rs/zerolog v1.21.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
github.com/stretchr/testify v1.7.2
)
Loading