Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DAOS-7208 control: Update all vendored dependencies #5397

Merged
merged 2 commits into from
Apr 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion src/control/cmd/daos_agent/infocache.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"strings"
"sync"

"github.com/golang/protobuf/proto"
"github.com/pkg/errors"
"google.golang.org/protobuf/proto"

mgmtpb "github.com/daos-stack/daos/src/control/common/proto/mgmt"
"github.com/daos-stack/daos/src/control/drpc"
Expand Down
2 changes: 1 addition & 1 deletion src/control/cmd/daos_agent/infocache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"testing"
"time"

"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"

"github.com/daos-stack/daos/src/control/common"
mgmtpb "github.com/daos-stack/daos/src/control/common/proto/mgmt"
Expand Down
2 changes: 1 addition & 1 deletion src/control/cmd/daos_agent/mgmt_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"net"
"sync"

"github.com/golang/protobuf/proto"
"github.com/pkg/errors"
"golang.org/x/net/context"
"golang.org/x/sys/unix"
"google.golang.org/protobuf/proto"

"github.com/daos-stack/daos/src/control/common/proto/convert"
mgmtpb "github.com/daos-stack/daos/src/control/common/proto/mgmt"
Expand Down
2 changes: 1 addition & 1 deletion src/control/cmd/daos_agent/security_rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"net"
"testing"

"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"

"github.com/daos-stack/daos/src/control/common"
"github.com/daos-stack/daos/src/control/drpc"
Expand Down
Loading