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
15
go_dev.mod
15
go_dev.mod
|
@ -1,8 +1,8 @@
|
|||
module github.com/nspcc-dev/neofs-gw
|
||||
|
||||
go 1.13
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
require (
|
||||
github.com/fasthttp/router v0.6.1
|
||||
github.com/nspcc-dev/neofs-api v0.0.0-00000000000000-000000000000
|
||||
github.com/nspcc-dev/neofs-crypto v0.2.3
|
||||
|
@ -17,13 +17,10 @@ module github.com/nspcc-dev/neofs-gw
|
|||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
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 (
|
||||
// For debug reasons
|
||||
replace (
|
||||
github.com/nspcc-dev/neofs-api => ../neofs-api
|
||||
google.golang.org/grpc => ../grpc-go
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue