-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 670 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (19 loc) · 670 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/example/letgo-sointu
go 1.26.0
require (
github.com/nooga/let-go v1.11.1
github.com/vsariola/sointu v0.6.0
github.com/zeebo/bencode v1.0.0
)
require (
github.com/ebitengine/oto/v3 v3.5.0-alpha.0.20260119133252-bae718d5ff43 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.15.0 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/term v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/vsariola/sointu => ./third_party/sointu