diff options
author | Emile <hanemile@protonmail.com> | 2019-03-24 14:51:50 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-03-24 14:51:50 +0100 |
commit | da201854e9f9f25bad1720d5368648d5bc49c480 (patch) | |
tree | da81375a4a47e35feaedb31b91b181f2a45ae1fc /go.mod | |
parent | fd94a3102282effc9fbed8075063b97fe2c11ab6 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..4e3b49d --- /dev/null +++ b/go.mod @@ -0,0 +1,6 @@ +module distributor + +require ( + git.darknebu.la/GalaxySimulator/db-actions v0.0.0-20190320193312-4bf9f11232ce + github.com/gorilla/mux v1.7.0 +) |