aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-07-04 17:24:16 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-07-04 17:24:54 +0100
commite9ccaea8c006eb1e2d8365352f7380cd79966888 (patch)
tree7649fae69d5f42c4a6c6637ad60259ffee394f55 /go.mod
parentd95e8ce75cc193181fd8cf9272269fbfff911f66 (diff)
Embed config_example.yaml in test code
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1359971..41e3533 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module go.awhk.org/fwdsms
-go 1.15
+go 1.16
require (
github.com/gorilla/handlers v1.5.1