forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamber
45 lines (45 loc) · 2.27 KB
/
amber
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<projects>
<project name="amber"
path="apps/amber"
remote="https://fuchsia.googlesource.com/amber"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="go_x_crypto"
path="third_party/golang/crypto"
remote="https://fuchsia.googlesource.com/third_party/golang/crypto"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="goleveldb"
path="third_party/golibs/github.com/syndtr/goleveldb"
remote="https://fuchsia.googlesource.com/third_party/goleveldb"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="go-humanize"
path="third_party/golibs/github.com/dustin/go-humanize"
remote="https://fuchsia.googlesource.com/third_party/go-humanize"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="go-docopt"
path="third_party/golibs/github.com/flynn/go-docopt"
remote="https://fuchsia.googlesource.com/third_party/go-docopt"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="golang_snappy"
path="third_party/golibs/github.com/golang/snappy"
remote="https://fuchsia.googlesource.com/third_party/golang/snappy"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="canonical-json-go"
path="third_party/golibs/github.com/tent/canonical-json-go"
remote="https://fuchsia.googlesource.com/third_party/canonical-json-go"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="go-tuf"
path="third_party/golibs/github.com/flynn/go-tuf"
remote="https://fuchsia.googlesource.com/third_party/go-tuf"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
</manifest>