From 4ed1eb0eecf11c49679039d5d2ed16ef5db91097 Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Mon, 11 Apr 2016 09:33:17 -0700 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ README.md | 5 +++++ glide.lock | 28 ++++++++++++++++++++++++++++ glide.yaml | 14 ++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 glide.lock create mode 100644 glide.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e504bcb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +vendor +bin +pkg diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4f5652 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +worm +==== + +Redoing and fixing all my terrible mistakes for IRC integration into my +environemnt. diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..d0536f8 --- /dev/null +++ b/glide.lock @@ -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: [] diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..f2a5e94 --- /dev/null +++ b/glide.yaml @@ -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