mirror of
https://github.com/FlipsideCrypto/go-data-bridge-client.git
synced 2026-02-06 10:48:12 +00:00
11 lines
254 B
Modula-2
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
|
|
)
|