flip-rpc-client-go/go.mod
2020-08-10 16:50:49 -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.3
github.com/pkg/errors v0.9.1
)