plugeth-utils/go.mod
2021-09-16 15:52:50 -05:00

17 lines
529 B
Modula-2

module github.com/openrelayxyz/plugeth-utils
go 1.16
require (
github.com/btcsuite/btcd v0.22.0-beta
github.com/davecgh/go-spew v1.1.1
github.com/google/gofuzz v1.2.0
github.com/holiman/uint256 v1.2.0
github.com/jedisct1/go-minisign v0.0.0-20210813171713-0b9bfaa3a6f6
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)