plugeth-utils/go.mod

17 lines
559 B
Modula-2
Raw Normal View History

2021-08-31 20:24:20 +00:00
module github.com/openrelayxyz/plugeth-utils
go 1.16
2021-09-14 16:53:41 +00:00
require (
2021-09-16 20:58:42 +00:00
github.com/btcsuite/btcd v0.20.1-beta
github.com/davecgh/go-spew v1.1.1
2021-09-16 20:58:42 +00:00
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
2021-09-14 16:53:41 +00:00
github.com/holiman/uint256 v1.2.0
2021-09-16 20:58:42 +00:00
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.7.0
2021-09-16 20:58:42 +00:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2021-09-14 16:53:41 +00:00
)