go.mod: remove unecessary (and harmful) replace directive for go-systemd

This commit is contained in:
vyzo 2020-06-04 14:23:59 +03:00
parent f210a6e91a
commit 8057b994cf

2
go.mod
View File

@ -120,5 +120,3 @@ require (
replace github.com/golangci/golangci-lint => github.com/golangci/golangci-lint v1.18.0
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0