Updating server dependancies. Also adding github.com/jaytaylor/html2text and gopkg.in/gomail.v2 (#5748)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3ada7a41a7
Коммит
c281ee3b61
2
vendor/github.com/golang/protobuf/descriptor/descriptor.go
сгенерированный
поставляемый
2
vendor/github.com/golang/protobuf/descriptor/descriptor.go
сгенерированный
поставляемый
@@ -43,7 +43,7 @@ import (
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
protobuf "google.golang.org/genproto/protobuf"
|
||||
protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
)
|
||||
|
||||
// extractFile extracts a FileDescriptorProto from a gzip'd buffer.
|
||||
|
||||
2
vendor/github.com/golang/protobuf/descriptor/descriptor_test.go
сгенерированный
поставляемый
2
vendor/github.com/golang/protobuf/descriptor/descriptor_test.go
сгенерированный
поставляемый
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/golang/protobuf/descriptor"
|
||||
tpb "github.com/golang/protobuf/proto/testdata"
|
||||
protobuf "google.golang.org/genproto/protobuf"
|
||||
protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
)
|
||||
|
||||
func TestMessage(t *testing.T) {
|
||||
|
||||
Ссылка в новой задаче
Block a user