-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 821 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
26
27
module github.com/draeron/gopkgs
go 1.18
require (
fyne.io/fyne v1.4.3
github.com/TheCodeTeam/goodbye v0.0.0-20170927022442-a83968bda2d3
github.com/fogleman/gg v1.3.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/twpayne/go-geom v1.4.3
gitlab.com/gomidi/midi/v2 v2.0.25
go.uber.org/atomic v1.10.0
go.uber.org/zap v1.23.0
gonum.org/v1/gonum v0.12.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)