chore: upgrade dependencies

This commit is contained in:
2022-01-03 11:07:28 +01:00
parent a3558053c3
commit 396d8a99b6
25 changed files with 14 additions and 8587 deletions

View File

@ -6,8 +6,8 @@ import (
"github.com/cyrilix/robocar-led/pkg/led"
"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

@ -5,7 +5,7 @@ import (
"github.com/cyrilix/robocar-led/pkg/led"
"github.com/cyrilix/robocar-protobuf/go/events"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"
"testing"
"time"
)