Merge pull request #8159 from filecoin-project/chore/retract_1_14_0

Retract force-pushed v1.14.0 to work around stale gomod caches
This commit is contained in:
Peter Rabbitson 2022-02-19 23:59:59 +01:00 committed by GitHub
commit 2d1ebee139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -2,6 +2,8 @@ module github.com/filecoin-project/lotus
go 1.16
retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead.
require (
contrib.go.opencensus.io/exporter/prometheus v0.4.0
github.com/BurntSushi/toml v0.4.1