2020-02-26 19:39:01 +00:00
|
|
|
module storj.io/storj/cmd/gateway
|
2020-02-21 16:28:20 +00:00
|
|
|
|
2020-02-26 10:45:12 +00:00
|
|
|
// module uses different name to make go module system treat it as a separate
|
|
|
|
// package and make it such there isn't a cyclic dependency.
|
2020-02-21 16:28:20 +00:00
|
|
|
|
2020-02-26 10:45:12 +00:00
|
|
|
go 1.13
|
2020-02-21 16:28:20 +00:00
|
|
|
|
2020-02-26 10:45:12 +00:00
|
|
|
require storj.io/gateway v1.0.0-rc.2
|
2020-02-29 00:00:03 +00:00
|
|
|
|
2020-02-26 19:39:01 +00:00
|
|
|
// keep this in sync with storj.io/gateway
|
|
|
|
require storj.io/storj v0.12.1-0.20200224220226-50a21de9dc71
|
2020-02-21 16:28:20 +00:00
|
|
|
|
|
|
|
exclude gopkg.in/olivere/elastic.v5 v5.0.72 // buggy import, see https://github.com/olivere/elastic/pull/869
|
|
|
|
|
2020-02-29 00:00:03 +00:00
|
|
|
replace google.golang.org/grpc => github.com/storj/grpc-go v1.27.2-0.20200225082019-bd19b647a81c
|