forked from owulveryck/khappygo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.54 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
30
31
32
33
34
35
36
37
38
module github.com/owulveryck/khappygo
go 1.13
require (
cloud.google.com/go v0.50.0 // indirect
cloud.google.com/go/firestore v1.1.0
cloud.google.com/go/storage v1.4.0
github.com/cloudevents/sdk-go v0.10.2
github.com/disintegration/imaging v1.6.2
github.com/esimov/pigo v1.4.0
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/google/uuid v1.1.1
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/owulveryck/gofaces v0.1.1
github.com/owulveryck/onnx-go v0.5.0
github.com/owulveryck/present v0.0.0-20200101114510-5bec48286a6a
go.opencensus.io v0.22.2 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/exp v0.0.0-20191227195350-da58074b4299 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/sys v0.0.0-20200103143344-a1369afcdac7 // indirect
golang.org/x/tools v0.0.0-20200102200121-6de373a2766c
gonum.org/v1/gonum v0.6.2 // indirect
google.golang.org/api v0.15.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect
google.golang.org/grpc v1.26.0 // indirect
gorgonia.org/gorgonia v0.9.5 // indirect
gorgonia.org/tensor v0.9.3
)