mirror of
https://github.com/carlostrub/sisyphus
synced 2024-10-31 09:20:15 +00:00
glide up and get fsnotify
This commit is contained in:
parent
0961e96b5a
commit
58e853c557
47
glide.lock
generated
47
glide.lock
generated
@ -1,16 +1,59 @@
|
||||
hash: ad57db461a149fadda777f61bafa73ed65c46ef4f18e9f86b7e282070ea587e2
|
||||
updated: 2017-03-15T21:05:02.415303554Z
|
||||
hash: 98b1d5d433ae22acf88cde4521e9b16025e2fecf2ef43d9533cb3f3ab9d051b6
|
||||
updated: 2017-03-16T21:31:26.315106156Z
|
||||
imports:
|
||||
- name: github.com/boltdb/bolt
|
||||
version: 583e8937c61f1af6513608ccc75c97b6abdf4ff9
|
||||
- name: github.com/fsnotify/fsnotify
|
||||
version: 7d7316ed6e1ed2de075aab8dfc76de5d158d66e1
|
||||
- name: github.com/kennygrant/sanitize
|
||||
version: 6a0bfdde8629a3a3a7418a7eae45c54154692514
|
||||
- name: github.com/luksen/maildir
|
||||
version: 5297d9c3091c7d4891c9d4f6fa743d500c038d6f
|
||||
- name: github.com/urfave/cli
|
||||
version: 9e5b04886c4bfee2ceba1465b8121057355c4e53
|
||||
- name: golang.org/x/net
|
||||
version: a6577fac2d73be281a500b310739095313165611
|
||||
subpackages:
|
||||
- html
|
||||
- html/atom
|
||||
- name: golang.org/x/sys
|
||||
version: 99f16d856c9836c42d24e7ab64ea72916925fa97
|
||||
subpackages:
|
||||
- unix
|
||||
testImports:
|
||||
- name: github.com/onsi/ginkgo
|
||||
version: 5ca121185e255e5041d7727d77992618545a93d2
|
||||
subpackages:
|
||||
- config
|
||||
- internal/codelocation
|
||||
- internal/containernode
|
||||
- internal/failer
|
||||
- internal/leafnodes
|
||||
- internal/remote
|
||||
- internal/spec
|
||||
- internal/spec_iterator
|
||||
- internal/specrunner
|
||||
- internal/suite
|
||||
- internal/testingtproxy
|
||||
- internal/writer
|
||||
- reporters
|
||||
- reporters/stenographer
|
||||
- reporters/stenographer/support/go-colorable
|
||||
- reporters/stenographer/support/go-isatty
|
||||
- types
|
||||
- name: github.com/onsi/gomega
|
||||
version: 1de7ab2df9105aa5c15c4d7e14a8a514e3cb8d4b
|
||||
subpackages:
|
||||
- format
|
||||
- internal/assertion
|
||||
- internal/asyncassertion
|
||||
- internal/oraclematcher
|
||||
- internal/testingtsupport
|
||||
- matchers
|
||||
- matchers/support/goraph/bipartitegraph
|
||||
- matchers/support/goraph/edge
|
||||
- matchers/support/goraph/node
|
||||
- matchers/support/goraph/util
|
||||
- types
|
||||
- name: gopkg.in/yaml.v2
|
||||
version: a3f3340b5840cee44f372bddb5880fcbc419b46a
|
||||
|
@ -5,6 +5,7 @@ import:
|
||||
- package: github.com/boltdb/bolt
|
||||
version: ^1.3.0
|
||||
- package: github.com/urfave/cli
|
||||
- package: github.com/fsnotify/fsnotify
|
||||
testImport:
|
||||
- package: github.com/onsi/ginkgo
|
||||
- package: github.com/onsi/gomega
|
||||
|
Loading…
Reference in New Issue
Block a user