forked from TrueCloudLab/frostfs-http-gw
fixes for dev version of go.mod
This commit is contained in:
parent
8aef59cdbd
commit
cf0f9ce5f6
1 changed files with 22 additions and 25 deletions
|
@ -19,9 +19,6 @@ module github.com/nspcc-dev/neofs-gw
|
||||||
google.golang.org/grpc v1.27.1
|
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
|
// For debug reasons
|
||||||
replace (
|
replace (
|
||||||
github.com/nspcc-dev/neofs-api => ../neofs-api
|
github.com/nspcc-dev/neofs-api => ../neofs-api
|
||||||
|
|
Loading…
Reference in a new issue