flip-rpc-client-go/go.mod
2020-05-27 12:45:35 -04:00

9 lines
146 B
Modula-2

module github.com/FlipsideCrypto/flip-rpc-client-go
go 1.12
require (
github.com/mitchellh/mapstructure v1.3.1
github.com/pkg/errors v0.8.1
)