go-data-bridge-client/go.mod

11 lines
254 B
Modula-2
Raw Permalink Normal View History

2019-08-20 20:45:09 +00:00
module github.com/FlipsideCrypto/go-data-bridge-client
go 1.12
require (
2019-08-26 15:09:55 +00:00
github.com/pkg/errors v0.8.1
2019-08-20 20:45:09 +00:00
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)