Skip to content

Commit

Permalink
Go back to using glide.
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Sep 26, 2015
1 parent 2443956 commit 4bbeaf7
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@

*.sublime-project
*.sublime-workspace

vendor/
21 changes: 0 additions & 21 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,3 @@
[submodule "tasks/general"]
path = tasks/general
url = https://github.com/limetext/lime-tasks.git
[submodule "vendor/github.com/atotto/clipboard"]
path = vendor/github.com/atotto/clipboard
url = https://github.com/atotto/clipboard
[submodule "vendor/github.com/limetext/gopy"]
path = vendor/github.com/limetext/gopy
url = https://github.com/limetext/gopy
[submodule "vendor/github.com/limetext/log4go"]
path = vendor/github.com/limetext/log4go
url = https://github.com/limetext/log4go
[submodule "vendor/github.com/limetext/rubex"]
path = vendor/github.com/limetext/rubex
url = https://github.com/limetext/rubex
[submodule "vendor/github.com/limetext/text"]
path = vendor/github.com/limetext/text
url = http://github.com/limetext/text
[submodule "vendor/github.com/quarnster/parser"]
path = vendor/github.com/quarnster/parser
url = http://github.com/quarnster/parser
[submodule "vendor/gopkg.in/fsnotify.v1"]
path = vendor/gopkg.in/fsnotify.v1
url = http://gopkg.in/fsnotify.v1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addons:
- xclip

install:
- ./tasks/general/ci/install.sh lib
- ./tasks/general/ci/install.sh

script:
- ./tasks/general/ci/run_tests.sh lib
Expand Down
16 changes: 16 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package: github.com/limetext/lime-backend
import:
- package: github.com/atotto/clipboard
ref: 008417eea030fdbb84475ee696287a93257ef40b
- package: github.com/limetext/gopy
ref: 953f768831d5f6389aacdc9c016ff2fb8c2ca579
- package: github.com/limetext/log4go
ref: 2aba105a605a9ebe476f35d7610704e4e723d4ab
- package: github.com/limetext/rubex
ref: 3fc130e580797e3d9c6fdab36e6a961141f9fd5f
- package: github.com/limetext/text
ref: d04c956e55b8b68a00c44bafe3726cecc9209fe7
- package: github.com/quarnster/parser
ref: 8991807ce6d383a41077a642b7b381eba1df7064
- package: gopkg.in/fsnotify.v1
ref: 96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0
2 changes: 1 addition & 1 deletion tasks/general
1 change: 0 additions & 1 deletion vendor/github.com/atotto/clipboard
Submodule clipboard deleted from 008417
1 change: 0 additions & 1 deletion vendor/github.com/limetext/gopy
Submodule gopy deleted from 953f76
1 change: 0 additions & 1 deletion vendor/github.com/limetext/log4go
Submodule log4go deleted from 2aba10
1 change: 0 additions & 1 deletion vendor/github.com/limetext/rubex
Submodule rubex deleted from 3fc130
1 change: 0 additions & 1 deletion vendor/github.com/limetext/text
Submodule text deleted from d04c95
1 change: 0 additions & 1 deletion vendor/github.com/quarnster/parser
Submodule parser deleted from 899180
1 change: 0 additions & 1 deletion vendor/gopkg.in/fsnotify.v1
Submodule fsnotify.v1 deleted from 96c060

0 comments on commit 4bbeaf7

Please sign in to comment.