We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f25b7 commit c43ca9fCopy full SHA for c43ca9f
go.mod
@@ -3,7 +3,8 @@ module github.com/renproject/hyperdrive
3
go 1.16
4
5
require (
6
- github.com/onsi/ginkgo v1.12.3
+ github.com/ethereum/go-ethereum v1.10.12 // indirect
7
+ github.com/onsi/ginkgo v1.14.0
8
github.com/onsi/gomega v1.10.1
9
github.com/renproject/id v0.4.2
10
github.com/renproject/surge v1.2.5
0 commit comments