Remove msgp workaround (#10964)

The error in `github.com/philhofer/fwd` was quickly fixed through 
https://github.com/philhofer/fwd/pull/22 - update the dependency 
and remove the workaround.
This commit is contained in:
Klaus Post
2020-11-24 11:58:10 -08:00
committed by GitHub
parent a58b7874ef
commit a75fafdbe2
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -62,7 +62,7 @@ require (
github.com/nats-io/stan.go v0.7.0
github.com/ncw/directio v1.0.5
github.com/nsqio/go-nsq v1.0.7
github.com/philhofer/fwd v1.1.0 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pierrec/lz4 v2.4.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.0.0