-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.17 KB
/
go.mod
File metadata and controls
34 lines (30 loc) · 1.17 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/myjson
go 1.22.6
toolchain go1.23.4
require (
github.com/blues/codec2/go v0.0.0-20250305185414-91eb9bd63be5
github.com/blues/note-go v1.8.0
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.1.0
github.com/google/uuid v1.6.0
github.com/sendgrid/sendgrid-go v3.16.0+incompatible
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20250303091104-876f3ea5145d // indirect
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.bug.st/serial v1.6.2 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.30.0 // indirect
periph.io/x/conn/v3 v3.7.2 // indirect
periph.io/x/host/v3 v3.8.3 // indirect
)