-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.18 KB
/
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
24
25
26
27
28
29
module jupiter-tutorials
go 1.14
require (
cloud.google.com/go/bigquery v1.4.0 // indirect
github.com/douyu/jupiter v0.2.5
github.com/envoyproxy/go-control-plane v0.9.4 // indirect
github.com/golang/mock v1.4.4 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/martian/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99 // indirect
github.com/labstack/echo/v4 v4.1.16
go.mongodb.org/mongo-driver v1.4.1 // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201110211018-35f3e6cf4a65 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20200806022845-90696ccdc692 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.15.1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/grpc v1.26.0
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
rsc.io/quote/v3 v3.1.0 // indirect
)