Skip to content

Commit 617fcf6

Browse files
committed
add initial manifest
1 parent 74b7872 commit 617fcf6

File tree

2 files changed

+103
-0
lines changed

2 files changed

+103
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/utils/bleve_index/index.bleve/
1717
/utils/bleve_query/bleve_query
1818
/utils/bleve_registry/bleve_registry
19+
vendor/**
20+
!vendor/manifest
1921
/y.output
2022
*.test
2123
tags

vendor/manifest

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"version": 0,
3+
"dependencies": [
4+
{
5+
"importpath": "github.com/blevesearch/go-porterstemmer",
6+
"repository": "https://github.com/blevesearch/go-porterstemmer",
7+
"revision": "23a2c8e5cf1f380f27722c6d2ae8896431dc7d0e",
8+
"branch": "master",
9+
"notests": true
10+
},
11+
{
12+
"importpath": "github.com/blevesearch/segment",
13+
"repository": "https://github.com/blevesearch/segment",
14+
"revision": "db70c57796cc8c310613541dfade3dce627d09c7",
15+
"branch": "master",
16+
"notests": true
17+
},
18+
{
19+
"importpath": "github.com/boltdb/bolt",
20+
"repository": "https://github.com/boltdb/bolt",
21+
"revision": "144418e1475d8bf7abbdc48583500f1a20c62ea7",
22+
"branch": "master",
23+
"notests": true
24+
},
25+
{
26+
"importpath": "github.com/couchbase/moss",
27+
"repository": "https://github.com/couchbase/moss",
28+
"revision": "ffa548e939e2458ad3fd98809aa9caa5325635a0",
29+
"branch": "master",
30+
"notests": true
31+
},
32+
{
33+
"importpath": "github.com/golang/protobuf/proto",
34+
"repository": "https://github.com/golang/protobuf",
35+
"revision": "dda510ac0fd43b39770f22ac6260eb91d377bce3",
36+
"branch": "master",
37+
"path": "/proto",
38+
"notests": true
39+
},
40+
{
41+
"importpath": "github.com/golang/snappy",
42+
"repository": "https://github.com/golang/snappy",
43+
"revision": "cef980a12b316c5b7e5bb3a8e168eb43ae999a88",
44+
"branch": "master",
45+
"notests": true
46+
},
47+
{
48+
"importpath": "github.com/rcrowley/go-metrics",
49+
"repository": "https://github.com/rcrowley/go-metrics",
50+
"revision": "eeba7bd0dd01ace6e690fa833b3f22aaec29af43",
51+
"branch": "master",
52+
"notests": true
53+
},
54+
{
55+
"importpath": "github.com/steveyen/gtreap",
56+
"repository": "https://github.com/steveyen/gtreap",
57+
"revision": "0abe01ef9be25c4aedc174758ec2d917314d6d70",
58+
"branch": "master",
59+
"notests": true
60+
},
61+
{
62+
"importpath": "github.com/syndtr/goleveldb/leveldb",
63+
"repository": "https://github.com/syndtr/goleveldb",
64+
"revision": "93fc893f2dadb96ffde441c7546cc67ea290a3a8",
65+
"branch": "master",
66+
"path": "/leveldb",
67+
"notests": true
68+
},
69+
{
70+
"importpath": "github.com/willf/bitset",
71+
"repository": "https://github.com/willf/bitset",
72+
"revision": "2e6e8094ef4745224150c88c16191c7dceaad16f",
73+
"branch": "master",
74+
"notests": true
75+
},
76+
{
77+
"importpath": "golang.org/x/net/context",
78+
"repository": "https://go.googlesource.com/net",
79+
"revision": "e45385e9b226f570b1f086bf287b25d3d4117776",
80+
"branch": "master",
81+
"path": "/context",
82+
"notests": true
83+
},
84+
{
85+
"importpath": "golang.org/x/text/transform",
86+
"repository": "https://go.googlesource.com/text",
87+
"revision": "5ee49cfe751141f8017047bab800d1f528ee3be1",
88+
"branch": "master",
89+
"path": "/transform",
90+
"notests": true
91+
},
92+
{
93+
"importpath": "golang.org/x/text/unicode/norm",
94+
"repository": "https://go.googlesource.com/text",
95+
"revision": "5ee49cfe751141f8017047bab800d1f528ee3be1",
96+
"branch": "master",
97+
"path": "/unicode/norm",
98+
"notests": true
99+
}
100+
]
101+
}

0 commit comments

Comments
 (0)