-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 813 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module essaim.dev/essaim
go 1.23.0
require (
essaim.dev/al v0.0.0-20241030113037-31916abda4dc
essaim.dev/mikro v0.2.1-0.20241025213823-21cf7ba51436
github.com/hit9/bitproto/lib/go v0.0.0-20240710011615-fe54415aecdd
github.com/ziutek/ftdi v0.0.2-0.20221004094702-6d7dbc95c863
golang.org/x/exp/shiny v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
)
require (
dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/karalabe/hid v1.0.1-0.20240919124526-821c38d2678e // indirect
github.com/klauspost/compress v1.17.11 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)