Tidy dependencies

This commit is contained in:
Jan Dittberner 2020-04-17 23:01:00 +02:00
parent 80b3309c7c
commit 1dcac05cee
3 changed files with 4 additions and 6 deletions

View file

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/sirupsen/logrus"
"go.bug.st/serial"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
"io/ioutil"
)