diff options
| author | Stefan Tatschner <stefan@rumpelsepp.org> | 2018-12-13 06:36:15 +0100 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2018-12-13 14:36:15 +0900 |
| commit | 6f1eaa9b39769420e07c2947af22c4e481dea1d0 (patch) | |
| tree | 041a95ed57480267f37c0707d7d8a3b2fba8f0fe /glide.lock | |
| parent | ca42e5e00a6ce53cf91aa2cbe946f437052b5fd1 (diff) | |
| download | fzf-6f1eaa9b39769420e07c2947af22c4e481dea1d0.tar.gz | |
Use go modules and simplify build (#1444)
* Update .travis.yml and use stages
This updates the .travis.yml configuration to use separate stages for
unittests and CLI tests. The output is now clearer, since for unittests
and CLI tests separate web pages are available.
* Use go modules and simplify build
Diffstat (limited to 'glide.lock')
| -rw-r--r-- | glide.lock | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/glide.lock b/glide.lock deleted file mode 100644 index f735fe83..00000000 --- a/glide.lock +++ /dev/null @@ -1,48 +0,0 @@ -hash: b617c76661b399f586276767bb93ee67b65dd03cfd1348ecad409e372ea97b3e -updated: 2018-06-27T18:37:20.189962-07:00 -imports: -- name: github.com/codegangsta/cli - version: c6af8847eb2b7b297d07c3ede98903e95e680ef9 -- name: github.com/gdamore/encoding - version: b23993cbb6353f0e6aa98d0ee318a34728f628b9 -- name: github.com/gdamore/tcell - version: 0a0db94084dfe181108c18508ebd312f12d331fb - subpackages: - - encoding -- name: github.com/lucasb-eyer/go-colorful - version: c900de9dbbc73129068f5af6a823068fc5f2308c -- name: github.com/Masterminds/semver - version: 15d8430ab86497c5c0da827b748823945e1cf1e1 -- name: github.com/Masterminds/vcs - version: 6f1c6d150500e452704e9863f68c2559f58616bf -- name: github.com/mattn/go-isatty - version: 66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8 -- name: github.com/mattn/go-runewidth - version: 14207d285c6c197daabb5c9793d63e7af9ab2d50 -- name: github.com/mattn/go-shellwords - version: 02e3cf038dcea8290e44424da473dd12be796a8a -- name: github.com/mitchellh/go-homedir - version: b8bc1bf767474819792c23f32d8286a45736f1c6 -- name: golang.org/x/crypto - version: 558b6879de74bc843225cde5686419267ff707ca - subpackages: - - ssh/terminal -- name: golang.org/x/sys - version: b90f89a1e7a9c1f6b918820b3daa7f08488c8594 - subpackages: - - unix -- name: golang.org/x/text - version: 4ee4af566555f5fbe026368b75596286a312663a - subpackages: - - encoding - - encoding/charmap - - encoding/internal - - encoding/internal/identifier - - encoding/japanese - - encoding/korean - - encoding/simplifiedchinese - - encoding/traditionalchinese - - transform -- name: gopkg.in/yaml.v2 - version: 287cf08546ab5e7e37d55a84f7ed3fd1db036de5 -testImports: [] |
