diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2d65ce2e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,45 @@ +[submodule "vendor/github.com/docopt/docopt-go"] + path = vendor/github.com/docopt/docopt-go + url = https://github.com/docopt/docopt-go +[submodule "vendor/golang.org/x/crypto"] + path = vendor/golang.org/x/crypto + url = https://go.googlesource.com/crypto +[submodule "vendor/github.com/DanielOaks/girc-go"] + path = vendor/github.com/DanielOaks/girc-go + url = https://github.com/DanielOaks/girc-go +[submodule "vendor/github.com/DanielOaks/e-nfa"] + path = vendor/github.com/DanielOaks/e-nfa + url = https://github.com/DanielOaks/e-nfa +[submodule "vendor/github.com/DanielOaks/go-ident"] + path = vendor/github.com/DanielOaks/go-ident + url = https://github.com/DanielOaks/go-ident +[submodule "vendor/github.com/gorilla/mux"] + path = vendor/github.com/gorilla/mux + url = https://github.com/gorilla/mux +[submodule "vendor/github.com/gorilla/websocket"] + path = vendor/github.com/gorilla/websocket + url = https://github.com/gorilla/websocket +[submodule "vendor/github.com/tidwall/buntdb"] + path = vendor/github.com/tidwall/buntdb + url = https://github.com/tidwall/buntdb +[submodule "vendor/github.com/tidwall/btree"] + path = vendor/github.com/tidwall/btree + url = https://github.com/tidwall/btree +[submodule "vendor/github.com/tidwall/gjson"] + path = vendor/github.com/tidwall/gjson + url = https://github.com/tidwall/gjson +[submodule "vendor/github.com/tidwall/match"] + path = vendor/github.com/tidwall/match + url = https://github.com/tidwall/match +[submodule "vendor/github.com/tidwall/grect"] + path = vendor/github.com/tidwall/grect + url = https://github.com/tidwall/grect +[submodule "vendor/github.com/tidwall/rtree"] + path = vendor/github.com/tidwall/rtree + url = https://github.com/tidwall/rtree +[submodule "vendor/golang.org/x/text"] + path = vendor/golang.org/x/text + url = https://go.googlesource.com/text +[submodule "vendor/gopkg.in/yaml.v2"] + path = vendor/gopkg.in/yaml.v2 + url = https://gopkg.in/yaml.v2 diff --git a/vendor/github.com/DanielOaks/e-nfa b/vendor/github.com/DanielOaks/e-nfa new file mode 160000 index 00000000..7071788e --- /dev/null +++ b/vendor/github.com/DanielOaks/e-nfa @@ -0,0 +1 @@ +Subproject commit 7071788e394065e6456458a5e9cb503cad545154 diff --git a/vendor/github.com/DanielOaks/girc-go b/vendor/github.com/DanielOaks/girc-go new file mode 160000 index 00000000..44f3a366 --- /dev/null +++ b/vendor/github.com/DanielOaks/girc-go @@ -0,0 +1 @@ +Subproject commit 44f3a36650eee6b315868c0c6ad6a897a338d856 diff --git a/vendor/github.com/DanielOaks/go-ident b/vendor/github.com/DanielOaks/go-ident new file mode 160000 index 00000000..337fed0f --- /dev/null +++ b/vendor/github.com/DanielOaks/go-ident @@ -0,0 +1 @@ +Subproject commit 337fed0fd21ad538725cfcb55053ea4cf8056abc diff --git a/vendor/github.com/docopt/docopt-go b/vendor/github.com/docopt/docopt-go new file mode 160000 index 00000000..784ddc58 --- /dev/null +++ b/vendor/github.com/docopt/docopt-go @@ -0,0 +1 @@ +Subproject commit 784ddc588536785e7299f7272f39101f7faccc3f diff --git a/vendor/github.com/gorilla/mux b/vendor/github.com/gorilla/mux new file mode 160000 index 00000000..392c28fe --- /dev/null +++ b/vendor/github.com/gorilla/mux @@ -0,0 +1 @@ +Subproject commit 392c28fe23e1c45ddba891b0320b3b5df220beea diff --git a/vendor/github.com/gorilla/websocket b/vendor/github.com/gorilla/websocket new file mode 160000 index 00000000..2257eda0 --- /dev/null +++ b/vendor/github.com/gorilla/websocket @@ -0,0 +1 @@ +Subproject commit 2257eda00b2084c1351cd672aa5476daa9f5e463 diff --git a/vendor/github.com/tidwall/btree b/vendor/github.com/tidwall/btree new file mode 160000 index 00000000..9876f145 --- /dev/null +++ b/vendor/github.com/tidwall/btree @@ -0,0 +1 @@ +Subproject commit 9876f1454cf0993a53d74c27196993e345f50dd1 diff --git a/vendor/github.com/tidwall/buntdb b/vendor/github.com/tidwall/buntdb new file mode 160000 index 00000000..74dc1017 --- /dev/null +++ b/vendor/github.com/tidwall/buntdb @@ -0,0 +1 @@ +Subproject commit 74dc10171b7549022c818bd212a9ddea151db02e diff --git a/vendor/github.com/tidwall/gjson b/vendor/github.com/tidwall/gjson new file mode 160000 index 00000000..e3f249f4 --- /dev/null +++ b/vendor/github.com/tidwall/gjson @@ -0,0 +1 @@ +Subproject commit e3f249f4fdf33c278edeb770426a6f83c954ae64 diff --git a/vendor/github.com/tidwall/grect b/vendor/github.com/tidwall/grect new file mode 160000 index 00000000..ba9a0433 --- /dev/null +++ b/vendor/github.com/tidwall/grect @@ -0,0 +1 @@ +Subproject commit ba9a043346eba55344e40d66a5e74cfda3a9d293 diff --git a/vendor/github.com/tidwall/match b/vendor/github.com/tidwall/match new file mode 160000 index 00000000..173748da --- /dev/null +++ b/vendor/github.com/tidwall/match @@ -0,0 +1 @@ +Subproject commit 173748da739a410c5b0b813b956f89ff94730b4c diff --git a/vendor/github.com/tidwall/rtree b/vendor/github.com/tidwall/rtree new file mode 160000 index 00000000..d4a8a3d3 --- /dev/null +++ b/vendor/github.com/tidwall/rtree @@ -0,0 +1 @@ +Subproject commit d4a8a3d30d5729f85edfba1745241f3a621d0359 diff --git a/vendor/golang.org/x/crypto b/vendor/golang.org/x/crypto new file mode 160000 index 00000000..b8a2a83a --- /dev/null +++ b/vendor/golang.org/x/crypto @@ -0,0 +1 @@ +Subproject commit b8a2a83acfe6e6770b75de42d5ff4c67596675c0 diff --git a/vendor/golang.org/x/text b/vendor/golang.org/x/text new file mode 160000 index 00000000..11dbc599 --- /dev/null +++ b/vendor/golang.org/x/text @@ -0,0 +1 @@ +Subproject commit 11dbc599981ccdf4fb18802a28392a8bcf7a9395 diff --git a/vendor/gopkg.in/yaml.v2 b/vendor/gopkg.in/yaml.v2 new file mode 160000 index 00000000..a5b47d31 --- /dev/null +++ b/vendor/gopkg.in/yaml.v2 @@ -0,0 +1 @@ +Subproject commit a5b47d31c556af34a302ce5d659e6fea44d90de0