diff options
author | 2021-01-17 04:08:57 -0800 | |
---|---|---|
committer | 2021-01-17 04:08:57 -0800 | |
commit | 180d5d021b7ab3ec690368354621b25067d106e5 (patch) | |
tree | 3961ff0a6696999802779b2cbe40f3f6e3997ef5 /go.mod | |
parent | feat(playsmf): support playback via rtmidi (diff) | |
download | midifi-master.tar.xz |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ go 1.14 require ( github.com/google/go-cmp v0.2.0 // indirect + github.com/klauspost/compress v1.11.7 + github.com/mattn/go-sqlite3 v1.14.6 github.com/pkg/errors v0.8.0 // indirect github.com/pkg/term v0.0.0-20180423043932-cda20d4ac917 github.com/tarm/serial v0.0.0-20180114052751-eaafced92e96 |