-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 893 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/petuhovskiy/cian-search
go 1.13
require (
cloud.google.com/go v0.60.0 // indirect
github.com/chatex-com/process-manager v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/jinzhu/gorm v1.9.14 // indirect
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/slok/go-http-metrics v0.8.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/zpnk/go-bitly v0.0.0-20170609220507-2da97f724d1d // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/api v0.28.0
google.golang.org/grpc v1.30.0 // indirect
)