-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.06 KB
/
go.mod
File metadata and controls
34 lines (30 loc) · 1.06 KB
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
28
29
30
31
32
33
34
module github.com/Dekr0/wwise-teller
go 1.24.1
require (
github.com/AllenDang/cimgui-go v1.3.1
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/go-audio/wav v1.1.0
github.com/google/uuid v1.6.0
github.com/gopxl/beep/v2 v2.1.1
github.com/mattn/go-sqlite3 v1.14.28
github.com/shirou/gopsutil/v4 v4.25.4
golang.design/x/clipboard v0.7.1
)
require (
github.com/ebitengine/oto/v3 v3.3.2 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
golang.org/x/image v0.28.0 // indirect
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
golang.org/x/sys v0.33.0 // indirect
)
require (
github.com/lithammer/fuzzysearch v1.1.8
golang.org/x/text v0.26.0 // indirect
)