summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-03-14 15:41:22 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-03-14 15:41:22 +0000
commitce3182d4c3f5fb723a16bece3157a5058b1236f9 (patch)
tree858301133dd6a547e935da356f049ac165261c06 /go.mod
parentd10731043bfd7429ebd22c717794c8363f462caf (diff)
Move Twilio authn code into its own package
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 3bdd67f..1359971 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.15
require (
github.com/gorilla/handlers v1.5.1
+ github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0
- go.awhk.org/pipeln v0.1.0
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)