Dep ensure (#1803)

* vendor: don't vendor the context stuff

We don't need to vendor this anymore as we moved to the std lib for
these.

* new stuff showing up with dep ensure

* remove go-shlex
This commit is contained in:
Miek Gieben
2018-05-16 21:17:06 +01:00
committed by Yong Tang
parent cffa1948ab
commit 1e471a353e
10377 changed files with 4225826 additions and 54911 deletions

4
vendor/github.com/imdario/mergo/testdata/license.yml generated vendored Normal file
View File

@@ -0,0 +1,4 @@
import: ../../../../fossene/db/schema/thing.yml
fields:
site: string
author: root

6
vendor/github.com/imdario/mergo/testdata/thing.yml generated vendored Normal file
View File

@@ -0,0 +1,6 @@
fields:
id: int
name: string
parent: ref "datu:thing"
status: enum(draft, public, private)
author: updater