chore: upgrade protobuf dependency

This commit is contained in:
2022-01-02 23:57:31 +01:00
parent 92f9239d29
commit 25035710b5
10 changed files with 47 additions and 108 deletions

View File

@ -2,8 +2,8 @@ package testtools
import (
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/golang/protobuf/proto"
"go.uber.org/zap"
"google.golang.org/protobuf/proto"
)
type fakeMessage struct {