-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (19 loc) · 800 Bytes
/
go.mod
File metadata and controls
25 lines (19 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/meateam/upload-service
go 1.13
require (
github.com/aws/aws-sdk-go v1.23.21
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/meateam/elasticsearch-logger v1.1.3-0.20190901111807-4e8b84fb9fda
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.4.0
go.elastic.co/apm/module/apmhttp v1.5.0
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
)
replace github.com/meateam/upload-service/bucket => ./bucket
replace github.com/meateam/upload-service/object => ./object
replace github.com/meateam/upload-service/internal/test => ./internal/test
replace github.com/meateam/upload-service/server => ./server