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
|
{
"Version": "v1.0.6-0.20201009195203-85dd5c8bc61c",
"GoVersion": "1.12",
"Sum": "h1:zqmyTlQyufRC65JnImJ6H1Sf7BDj8bG31EV919NVEQc=",
"Packages": {
"github.com/spf13/pflag": {
"Imports": [
"bytes",
"encoding/base64",
"encoding/csv",
"encoding/hex",
"errors",
"flag",
"fmt",
"io",
"net",
"os",
"reflect",
"sort",
"strconv",
"strings",
"time"
],
"TestImports": [
"bytes",
"encoding/base64",
"encoding/csv",
"flag",
"fmt",
"github.com/spf13/pflag",
"io",
"io/ioutil",
"net",
"os",
"reflect",
"sort",
"strconv",
"strings",
"testing",
"time"
]
}
}
}
|