From 5277c7123524f5cccbf5ce62f5aa93b4bed68b10 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 29 Nov 2020 13:43:55 +0000 Subject: First draft of the service This version is pretty basic but it works. --- go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f7e3092 --- /dev/null +++ b/go.mod @@ -0,0 +1,10 @@ +module go.awhk.org/fwdsms + +go 1.15 + +require ( + github.com/gorilla/handlers v1.5.1 + github.com/stretchr/testify v1.6.1 + golang.org/x/sys v0.0.0-20201126233918-771906719818 + gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 +) -- cgit v1.2.3-70-g09d2