-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.46 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.46 KB
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
module embedpi
go 1.17
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/bieber/barcode v0.0.0-20201127170204-1d90414c63eb
github.com/caarlos0/env v3.5.0+incompatible
github.com/fogleman/gg v1.3.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/otaviokr/go-epaper-lib v0.0.0-20210107000625-82a69094cc37
go.uber.org/zap v1.19.1
gocv.io/x/gocv v0.28.0
)
require (
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142 // indirect
github.com/anthonynsimon/bild v0.13.0 // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hqbobo/text2pic v0.0.0-20180823042751-2479e146d720 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.2.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/wmarbut/goxbm v0.0.0-20170324151619-d190b0856849 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sys v0.0.0-20211101204403-39c9dd37992c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
periph.io/x/periph v3.6.8+incompatible // indirect
)