-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 906 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 906 Bytes
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
module github.com/aarzilli/nucular
require (
gioui.org v0.8.0
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
github.com/golang/freetype v0.0.0-20161208064710-d9be45aaf745
github.com/hashicorp/golang-lru v0.5.1
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
golang.org/x/image v0.18.0
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
)
require (
dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7 // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
)
go 1.21
toolchain go1.23.7