forked from patrickmcnamara/eiv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 838 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/patrickmcnamara/eiv
go 1.21.1
require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
golang.org/x/exp/shiny v0.0.0-20231006140011-7918f672742d
golang.org/x/image v0.13.0
golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe
)
require (
9fans.net/go v0.0.4 // indirect
dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
github.com/Plan9-Archive/libauth v0.0.0-20180917063427-d1ca9e94969d // indirect
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
github.com/fhs/mux9p v0.3.1 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/jezek/xgb v1.1.0 // indirect
github.com/knusbaum/go9p v1.18.0 // indirect
golang.org/x/sys v0.13.0 // indirect
supertxt.net/git/shiny-wire v0.0.5 // indirect
)