mirror of
https://github.com/FlipsideCrypto/flip-rpc-client-go.git
synced 2026-02-06 10:56:45 +00:00
9 lines
146 B
Modula-2
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
|
|
)
|