go-data-bridge-client/go.mod
2019-08-26 11:09:55 -04:00

11 lines
254 B
Modula-2

module github.com/FlipsideCrypto/go-data-bridge-client
go 1.12
require (
github.com/pkg/errors v0.8.1
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
)