Initial commit

This commit is contained in:
Cadey Ratio 2016-04-11 09:33:17 -07:00
commit 4ed1eb0eec
4 changed files with 50 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
vendor
bin
pkg

5
README.md Normal file
View File

@ -0,0 +1,5 @@
worm
====
Redoing and fixing all my terrible mistakes for IRC integration into my
environemnt.

28
glide.lock generated Normal file
View File

@ -0,0 +1,28 @@
hash: e6c0547e1bb8a9c5514707759fe48b2b4541e8045a8d816a6e32220efbef6f2f
updated: 2016-04-11T09:31:18.245525141-07:00
imports:
- name: github.com/asdine/storm
version: 1a38019c8e9011b169d88c9362096fe7e4a10787
- name: github.com/blevesearch/bleve
version: 18b50305e4b095808ff138612a5a5cccb7fa40d8
- name: github.com/cjoudrey/gluahttp
version: 1128ce320b775e8e3fa2b8095b9c2116aa6869db
- name: github.com/cjoudrey/gluaurl
version: 88dcee144f62e263a366bae9da9152a5a5ee7917
- name: github.com/kohkimakimoto/gluayaml
version: 6d511cec9a0b98ff46b402d4cd49567a0a81ee50
- name: github.com/layeh/gopher-json
version: e45b65570c08a97b97a459e0cc04a53c1affab95
- name: github.com/layeh/gopher-lfs
version: 496571a44430510531e6d167b0824f4630caa15a
- name: github.com/layeh/gopher-luar
version: 0cfa37e7d7a39213dd0522d49293689742ba4478
- name: github.com/nats-io/nuid
version: a5152d67cf63cbfb5d992a395458722a45194715
- name: github.com/robfig/cron
version: 0f39cf7ebc65a602f45692f9894bd6a193faf8fa
- name: github.com/thoj/go-ircevent
version: da78ed515c0f0833e7a92c7cc52898176198e2c1
- name: github.com/yuin/gluare
version: 8e2742cd1bf2b904720ac66eca3c2091b2ea0720
devImports: []

14
glide.yaml Normal file
View File

@ -0,0 +1,14 @@
package: git.xeserv.us/xena/worm
import:
- package: github.com/layeh/gopher-luar
- package: github.com/robfig/cron
- package: github.com/asdine/storm
- package: github.com/blevesearch/bleve
- package: github.com/thoj/go-ircevent
- package: github.com/yuin/gluare
- package: github.com/cjoudrey/gluahttp
- package: github.com/layeh/gopher-json
- package: github.com/kohkimakimoto/gluayaml
- package: github.com/layeh/gopher-lfs
- package: github.com/cjoudrey/gluaurl
- package: github.com/nats-io/nuid