-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
24 lines (20 loc) · 640 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
module github.com/emicklei/melrose
go 1.22.2
toolchain go1.23.0
require (
github.com/Try431/EasyMIDI v1.0.3
github.com/emicklei/structexplorer v0.2.0
github.com/emicklei/tre v1.7.0
github.com/expr-lang/expr v1.16.9
github.com/fogleman/gg v1.3.0
github.com/peterh/liner v1.2.2
gitlab.com/gomidi/midi/v2 v2.2.10
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/sys v0.22.0 // indirect
)