1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
{
"Version": "v0.2.0",
"GoVersion": "",
"Sum": "h1:hlnBDcy3YEDXH7kc9gV+NLaN0cDzhDvD1s7Y6FZ8RpM=",
"Packages": {
"github.com/pseudomuto/protokit": {
"Imports": [
"bytes",
"context",
"fmt",
"github.com/golang/protobuf/proto",
"github.com/golang/protobuf/protoc-gen-go/descriptor",
"github.com/golang/protobuf/protoc-gen-go/plugin",
"io",
"io/ioutil",
"os",
"strconv",
"strings"
],
"TestImports": [
"bytes",
"context",
"errors",
"fmt",
"github.com/golang/protobuf/proto",
"github.com/golang/protobuf/protoc-gen-go/descriptor",
"github.com/golang/protobuf/protoc-gen-go/plugin",
"github.com/pseudomuto/protokit",
"github.com/pseudomuto/protokit/utils",
"github.com/stretchr/testify/suite",
"log",
"testing"
]
},
"github.com/pseudomuto/protokit/examples/jsonator": {
"Imports": [
"bytes",
"encoding/json",
"fmt",
"github.com/golang/protobuf/proto",
"github.com/golang/protobuf/protoc-gen-go/plugin",
"github.com/pseudomuto/protokit",
"google.golang.org/genproto/googleapis/api/annotations",
"log"
],
"TestImports": null
},
"github.com/pseudomuto/protokit/fixtures": {
"Imports": null,
"TestImports": null
},
"github.com/pseudomuto/protokit/utils": {
"Imports": [
"errors",
"github.com/golang/protobuf/proto",
"github.com/golang/protobuf/protoc-gen-go/descriptor",
"github.com/golang/protobuf/protoc-gen-go/plugin",
"io/ioutil",
"path/filepath"
],
"TestImports": [
"github.com/pseudomuto/protokit/utils",
"github.com/stretchr/testify/suite",
"testing"
]
}
}
}
|