chore: update dependencies

This commit is contained in:
2022-01-03 19:49:33 +01:00
parent 0247f58668
commit 8f528f27f3
12 changed files with 56 additions and 117 deletions

View File

@ -4,8 +4,8 @@ import (
"fmt"
"github.com/cyrilix/robocar-simulator/pkg/gateway"
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

@ -3,8 +3,8 @@ package events
import (
"fmt"
"github.com/cyrilix/robocar-protobuf/go/events"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes/timestamp"
"google.golang.org/protobuf/proto"
"testing"
"time"
)