2019-08-28 15:34:01 +00:00
|
|
|
module github.com/status-im/status-cli-client
|
|
|
|
|
2019-10-17 12:41:47 +00:00
|
|
|
go 1.13
|
2019-08-28 15:34:01 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/allegro/bigcache v1.2.1 // indirect
|
|
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/karalabe/hid v1.0.0 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1
|
2020-02-20 14:03:45 +00:00
|
|
|
github.com/status-im/status-go v0.45.1 // indirect
|
2019-08-28 15:34:01 +00:00
|
|
|
)
|
2019-08-29 05:37:33 +00:00
|
|
|
|
2019-10-17 12:41:47 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.4
|
|
|
|
|
|
|
|
replace github.com/NaySoftware/go-fcm => github.com/status-im/go-fcm v1.0.0-status
|