aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)