fixes for dev version of go.mod

This commit is contained in:
Evgeniy Kulikov 2020-02-28 20:11:20 +03:00
parent 8aef59cdbd
commit cf0f9ce5f6
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -19,9 +19,6 @@ module github.com/nspcc-dev/neofs-gw
google.golang.org/grpc v1.27.1
)
// Temporary, before we move repo to github:
// replace github.com/nspcc-dev/neofs-proto => ../neofs-proto
// For debug reasons
replace (
github.com/nspcc-dev/neofs-api => ../neofs-api