forked from oligo/gioview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 738 Bytes
/
go.mod
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
module github.com/oligo/gioview
go 1.21.4
require (
gioui.org v0.7.1
gioui.org/x v0.7.1
github.com/dustin/go-humanize v1.0.1
github.com/go-text/typesetting v0.1.1
github.com/shirou/gopsutil/v4 v4.24.9
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
golang.org/x/image v0.18.0
golang.org/x/sys v0.25.0
golang.org/x/text v0.16.0
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
)