vendor: run go tidy and go vendor

This commit is contained in:
Nick Craig-Wood 2019-08-14 14:56:32 +01:00
parent 93228dfcc9
commit b84cc0cae7
37 changed files with 47 additions and 60 deletions

View file

@ -5,9 +5,8 @@ package any
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.

View file

@ -5,9 +5,8 @@ package duration
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.

View file

@ -5,9 +5,8 @@ package timestamp
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.