.yo.snapshot.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "Version": "v1.8.1",
  3. "GoVersion": "1.15",
  4. "Sum": "h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=",
  5. "Packages": {
  6. "github.com/spf13/cobra": {
  7. "Imports": [
  8. "bytes",
  9. "context",
  10. "errors",
  11. "fmt",
  12. "github.com/inconshreveable/mousetrap",
  13. "github.com/spf13/pflag",
  14. "io",
  15. "os",
  16. "path/filepath",
  17. "reflect",
  18. "regexp",
  19. "sort",
  20. "strconv",
  21. "strings",
  22. "sync",
  23. "text/template",
  24. "time",
  25. "unicode"
  26. ],
  27. "TestImports": [
  28. "bytes",
  29. "context",
  30. "errors",
  31. "fmt",
  32. "github.com/spf13/pflag",
  33. "io",
  34. "os",
  35. "os/exec",
  36. "path/filepath",
  37. "reflect",
  38. "regexp",
  39. "strings",
  40. "sync",
  41. "testing",
  42. "text/template"
  43. ]
  44. },
  45. "github.com/spf13/cobra/doc": {
  46. "Imports": [
  47. "bytes",
  48. "fmt",
  49. "github.com/cpuguy83/go-md2man/v2/md2man",
  50. "github.com/spf13/cobra",
  51. "github.com/spf13/pflag",
  52. "gopkg.in/yaml.v3",
  53. "io",
  54. "os",
  55. "path/filepath",
  56. "sort",
  57. "strconv",
  58. "strings",
  59. "time"
  60. ],
  61. "TestImports": [
  62. "bufio",
  63. "bytes",
  64. "fmt",
  65. "github.com/spf13/cobra",
  66. "github.com/spf13/cobra/doc",
  67. "io/ioutil",
  68. "os",
  69. "path/filepath",
  70. "strings",
  71. "testing"
  72. ]
  73. }
  74. }
  75. }