This repository was archived by the owner on Jun 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
cmd/protoc-gen-jsonschema Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ import (
11
11
"fmt"
12
12
"os"
13
13
14
- "github.com/chrusty/protoc-gen-jsonschema/internal/converter"
15
14
"github.com/golang/protobuf/proto"
16
15
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
17
16
"github.com/sirupsen/logrus"
17
+
18
+ "github.com/chrusty/protoc-gen-jsonschema/internal/converter"
18
19
)
19
20
20
21
func main () {
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ import (
8
8
"strings"
9
9
"testing"
10
10
11
- "github.com/chrusty/protoc-gen-jsonschema/internal/converter/testdata"
12
11
"github.com/golang/protobuf/proto"
13
12
"github.com/golang/protobuf/protoc-gen-go/descriptor"
14
13
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
15
14
"github.com/sirupsen/logrus"
16
15
"github.com/stretchr/testify/assert"
16
+
17
+ "github.com/chrusty/protoc-gen-jsonschema/internal/converter/testdata"
17
18
)
18
19
19
20
const (
Original file line number Diff line number Diff line change 1
1
package converter
2
2
3
3
import (
4
- "github.com/golang/protobuf/protoc-gen-go/descriptor"
5
4
"testing"
5
+
6
+ "github.com/golang/protobuf/protoc-gen-go/descriptor"
6
7
)
7
8
8
9
func TestSourceInfoLookup (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments