-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
41 lines (38 loc) · 1.68 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
39
40
41
module github.com/bububa/openpose
go 1.17
require (
github.com/bububa/camera v1.0.2
github.com/disintegration/imaging v1.6.2
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d
github.com/stretchr/testify v1.6.1
github.com/tensorflow/tensorflow v1.15.5
gorgonia.org/tensor v0.9.21
nhooyr.io/websocket v1.8.7
)
require (
github.com/antonini/golibjpegturbo v0.0.0-20141208033414-c03a2fa1e89a // indirect
github.com/apache/arrow/go/arrow v0.0.0-20201229220542-30ce2eb5d4dc // indirect
github.com/chewxy/hm v1.0.0 // indirect
github.com/chewxy/math32 v1.0.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/flatbuffers v1.12.0 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/korandiz/v4l v1.0.4 // indirect
github.com/libgoost/encoding-base64 v0.0.0-20190928151742-cd6f75493c10 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xtgo/set v1.0.0 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
gocv.io/x/gocv v0.28.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gonum.org/v1/gonum v0.8.2 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gorgonia.org/vecf32 v0.9.0 // indirect
gorgonia.org/vecf64 v0.9.0 // indirect
)