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.12.1 in /fm-demo/go-scripts #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 5 additions & 7 deletions fm-demo/go-scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ 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/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/ethereum/go-ethereum v1.12.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/rs/zerolog v1.21.0
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/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.1
)
Loading