forked from cerc-io/ipld-eth-server
update dependencies to work with update eth-block-extractor
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
all: deps
|
||||
gx:
|
||||
go get github.com/whyrusleeping/gx
|
||||
go get github.com/whyrusleeping/gx-go
|
||||
deps: gx
|
||||
gx --verbose install --global
|
||||
gx-go rewrite
|
||||
test: deps
|
||||
gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
|
||||
rw:
|
||||
gx-go rewrite
|
||||
rwundo:
|
||||
gx-go rewrite --undo
|
||||
publish: rwundo
|
||||
gx publish
|
||||
.PHONY: all gx deps test rw rwundo publish
|
||||
|
||||
|
||||
Reference in New Issue
Block a user