Skip to content

Commit

Permalink
Replace old protobuf package
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Aug 30, 2021
1 parent e0aad81 commit bc3d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/supervisor/pkg/supervisor/supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
"syscall"
"time"

"github.com/golang/protobuf/proto"
"github.com/gorilla/websocket"
grpcruntime "github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/improbable-eng/grpc-web/go/grpcweb"
Expand All @@ -36,6 +35,7 @@ import (
"golang.org/x/crypto/ssh"
"golang.org/x/sys/unix"
"google.golang.org/grpc"
"google.golang.org/protobuf/proto"

"github.com/gitpod-io/gitpod/common-go/analytics"
"github.com/gitpod-io/gitpod/common-go/log"
Expand Down

0 comments on commit bc3d41a

Please sign in to comment.