From 237bf39cc75013ab1278e80a92c3647e4e958b06 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 26 Feb 2019 14:16:11 +0100 Subject: preparing docker-swarm deployment --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5d04b6f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.darknebu.la/GalaxySimulator/NFW-container + +require github.com/gorilla/mux v1.7.0 -- cgit 1.4.1