-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 578 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/goreleaser/goreleaser-cross-example
go 1.26
require (
github.com/eliukblau/pixterm v1.3.2
github.com/lucasb-eyer/go-colorful v1.4.0
github.com/notifai/ftdi v0.1.0
gocv.io/x/gocv v0.24.0
golang.org/x/crypto v0.50.0
)
require (
github.com/disintegration/imaging v1.6.2 // indirect
github.com/notifai/serial v0.2.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)