Skip to content

Commit

Permalink
Added govendor to keep this package stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonwille committed Feb 22, 2017
1 parent 0af63ef commit d5af379
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.imdone/
*.out
vendor/**
!vendor/vendor.json
47 changes: 47 additions & 0 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"comment": "",
"ignore": "test",
"package": [
{
"checksumSHA1": "OFu4xJEIjiI8Suu+j/gabfp+y6Q=",
"origin": "github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew",
"path": "github.com/davecgh/go-spew/spew",
"revision": "4d4bfba8f1d1027c4fdbe371823030df51419987",
"revisionTime": "2017-01-30T11:31:45Z"
},
{
"checksumSHA1": "LrhsetLzLosEAwqJ+TzG84ZqBcc=",
"path": "github.com/daviddengcn/go-colortext",
"revision": "805cee6e0d43c72ba1d4e3275965ff41e0da068a",
"revisionTime": "2016-12-24T03:39:00Z"
},
{
"checksumSHA1": "zfzo1r5s2n/6mAErpPXquuV2SV0=",
"path": "github.com/dixonwille/wlog",
"revision": "07f197957ec271c3d2737f2c20541c430b35fd5d",
"revisionTime": "2016-04-22T04:07:55Z",
"version": "v1",
"versionExact": "v1.0.0"
},
{
"checksumSHA1": "zKKp5SZ3d3ycKe4EKMNT0BqAWBw=",
"origin": "github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib",
"path": "github.com/pmezard/go-difflib/difflib",
"revision": "4d4bfba8f1d1027c4fdbe371823030df51419987",
"revisionTime": "2017-01-30T11:31:45Z"
},
{
"checksumSHA1": "JXUVA1jky8ZX8w09p2t5KLs97Nc=",
"path": "github.com/stretchr/testify/assert",
"revision": "4d4bfba8f1d1027c4fdbe371823030df51419987",
"revisionTime": "2017-01-30T11:31:45Z"
},
{
"checksumSHA1": "2PpOCNkWnshDrXeCVH2kp3VHhIM=",
"path": "github.com/stretchr/testify/require",
"revision": "4d4bfba8f1d1027c4fdbe371823030df51419987",
"revisionTime": "2017-01-30T11:31:45Z"
}
],
"rootPath": "github.com/dixonwille/wmenu"
}

0 comments on commit d5af379

Please sign in to comment.