diff options
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 |