Skip to content

Commit

Permalink
Use github.com/golang/protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
apstndb committed Jun 9, 2020
1 parent 9f68a35 commit 20aa681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
cloud.google.com/go v0.56.0
cloud.google.com/go/spanner v1.5.1
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/golang/protobuf v1.4.0
github.com/google/go-cmp v0.4.0
github.com/jessevdk/go-flags v1.4.0
github.com/mattn/go-runewidth v0.0.8 // indirect
Expand All @@ -14,5 +15,4 @@ require (
google.golang.org/api v0.21.0
google.golang.org/genproto v0.0.0-20200416231807-8751e049a2a0
google.golang.org/grpc v1.28.1
google.golang.org/protobuf v1.21.0
)
2 changes: 1 addition & 1 deletion query_plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"testing"

structpb "github.com/golang/protobuf/ptypes/struct"
"google.golang.org/genproto/googleapis/spanner/v1"
"google.golang.org/protobuf/types/known/structpb"
)

func TestGetNodeTitleAndGetAllMetadataString(t *testing.T) {
Expand Down

0 comments on commit 20aa681

Please sign in to comment.