Remove deprecated dependency: gogo/protobuf

This commit is contained in:
Artur Żyliński 2023-11-07 09:35:54 +01:00
parent db5e83bc1a
commit f229fb5d49
2 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ import (
"fmt"
"testing"
"github.com/gogo/protobuf/proto"
"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"
appsv1 "k8s.io/api/apps/v1"
batchv1 "k8s.io/api/batch/v1"
apiv1 "k8s.io/api/core/v1"

View File

@ -15,7 +15,6 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/digitalocean/godo v1.27.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
@ -104,6 +103,7 @@ require (
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/cadvisor v0.47.3 // indirect