flip-rpc-client-go/go.mod

9 lines
146 B
Modula-2
Raw Permalink Normal View History

2020-05-27 16:45:35 +00:00
module github.com/FlipsideCrypto/flip-rpc-client-go
2020-05-27 00:53:05 +00:00
go 1.12
require (
2020-08-10 20:50:49 +00:00
github.com/mitchellh/mapstructure v1.3.3
github.com/pkg/errors v0.9.1
2020-05-27 00:53:05 +00:00
)