Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 6c055a9

Browse files
Rob Mulholandelizabethengelman
authored andcommitted
Pin to urfave/cli version in go.mod (#154)
* Pin to urfave/cli version in go.mod - Attempting to fix error: github.com/vulcanize/[email protected] requires gopkg.in/urfave/[email protected]: invalid version: unknown revision 000000000000
1 parent 7be070f commit 6c055a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
golang.org/x/sync v0.0.0-20190423024810-112230192c58
5050
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20190709231704-1e4459ed25ff // indirect
5151
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
52-
gopkg.in/urfave/cli.v1 v1.0.0-00010101000000-000000000000 // indirect
52+
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
5353
)
5454

5555
replace github.com/ethereum/go-ethereum => github.com/vulcanize/go-ethereum v0.0.0-20190731183759-8e20673bd101

0 commit comments

Comments
 (0)