Remove useless dependencies

This commit is contained in:
gfanton 2017-01-12 15:14:36 +01:00
parent 72880bafe5
commit 0d32837e5d

View File

@ -7,7 +7,6 @@ import (
"strings" "strings"
"github.com/golang/protobuf/proto" "github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
"github.com/golang/protobuf/protoc-gen-go/generator" "github.com/golang/protobuf/protoc-gen-go/generator"
) )