chore: update dependencies

This commit is contained in:
2022-01-03 17:01:34 +01:00
parent cb627198b1
commit c630712359
30 changed files with 58 additions and 8692 deletions

View File

@ -5,8 +5,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"
"sync"
"time"
)

View File

@ -4,8 +4,8 @@ import (
"github.com/cyrilix/robocar-base/testtools"
"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"
"regexp"
"strings"