-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
33 lines (29 loc) · 1.12 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
module github.com/bububa/facenet
go 1.17
require (
github.com/esimov/pigo v1.4.4
github.com/stretchr/testify v1.7.0
)
require (
github.com/bububa/camera v1.0.2
github.com/disintegration/imaging v1.6.2
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d
github.com/montanaflynn/stats v0.6.6
github.com/patrikeh/go-deep v0.0.0-20191210195838-b811ffc4083e
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tensorflow/tensorflow v1.15.5
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
nhooyr.io/websocket v1.8.7
)
require (
github.com/antonini/golibjpegturbo v0.0.0-20141208033414-c03a2fa1e89a // indirect
github.com/davecgh/go-spew v1.1.1 // 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
gocv.io/x/gocv v0.28.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
)