summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-11-29 13:43:55 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-11-29 18:00:37 +0000
commit5277c7123524f5cccbf5ce62f5aa93b4bed68b10 (patch)
tree939ede863a41db0ffd2080f80600197458f8b7dc /go.mod
parenta5776d48925b1429b4704c11251220ab7143850f (diff)
First draft of the service
This version is pretty basic but it works.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
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
+)