forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththinfs
19 lines (19 loc) · 720 Bytes
/
thinfs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="runtimes/go"/>
</imports>
<projects>
<project name="thinfs"
path="apps/thinfs"
remote="https://fuchsia.googlesource.com/thinfs"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="glog"
path="apps/thinfs/vendor/github.com/golang/glog"
remote="https://fuchsia.googlesource.com/third_party/golang/glog"/>
<project name="errors"
path="apps/thinfs/vendor/github.com/pkg/errors"
remote="https://fuchsia.googlesource.com/third_party/pkg/errors"/>
</projects>
</manifest>