chore: update dependencies

This commit is contained in:
2022-01-03 17:54:48 +01:00
parent 427f29de64
commit 0a6cc6ca93
30 changed files with 57 additions and 8691 deletions

View File

@ -6,8 +6,8 @@ import (
"github.com/cyrilix/robocar-base/service"
"github.com/cyrilix/robocar-protobuf/go/events"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/golang/protobuf/proto"
"go.uber.org/zap"
"google.golang.org/protobuf/proto"
"io/ioutil"
"os"
)

View File

@ -6,7 +6,7 @@ import (
"github.com/cyrilix/robocar-base/testtools"
"github.com/cyrilix/robocar-protobuf/go/events"
mqtt "github.com/eclipse/paho.mqtt.golang"
timestamp "github.com/golang/protobuf/ptypes/timestamp"
"github.com/golang/protobuf/ptypes/timestamp"
"io/ioutil"
"path"
"testing"