-
Notifications
You must be signed in to change notification settings - Fork 7
common: use new repo & update lotus version #47
Conversation
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
github.com/filecoin-project/go-state-types v0.1.1-0.20210506134452-99b279731c48 | ||
github.com/filecoin-project/lotus v1.10.0 | ||
github.com/filecoin-project/go-state-types v0.1.1-0.20210810190654-139e0e79e69e | ||
github.com/filecoin-project/lotus v1.11.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update lotus client.
github.com/stretchr/testify v1.7.0 | ||
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 // indirect | ||
github.com/textileio/cli v1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New repo where we have CLI boilerplate.
github.com/textileio/go-log/v2 v2.1.3-gke-1 | ||
github.com/textileio/go-log/v2 v2.1.3-gke-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New version of go-log
where some setup for logging levels where moved.
go-version: [1.15.x, 1.16.x] | ||
go-version: [1.16.x, 1.17.x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropped 1.15 since Lotus in v1.11.2
isn't compatible with it (needs >1.15).
Added the latest version too for tests.
@@ -4,16 +4,21 @@ go 1.16 | |||
|
|||
require ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go mod tidy
indirectly updated other things due to lotus@v1.11.2
update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Ignacio Hagopian jsign.uy@gmail.com