storj/cmd/gateway/go.mod
Egon Elbre 8822e98c1f cmd/gateway: simplify module handling
Change-Id: If6ed158a6c9568fa33f69ca2d52e231ee4fcb0cb
2020-02-26 17:59:45 +00:00

13 lines
428 B
Modula-2

module storj.io/redirect/gateway
// 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.
go 1.13
require storj.io/gateway v1.0.0-rc.2
exclude gopkg.in/olivere/elastic.v5 v5.0.72 // buggy import, see https://github.com/olivere/elastic/pull/869
replace google.golang.org/grpc => github.com/storj/grpc-go v1.27.2-0.20200225082019-bd19b647a81c