summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-08-13 14:13:30 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-08-13 14:13:30 +0100
commit8b3b5c23b098d9f3cf2737ddad4f7c1d26aad23d (patch)
treec16d4b9fd805e12f14516b8d9380727edbd9944e /go.mod
parent1e6fd3c1dd03f52137205f3e66f6dee20ac4fe17 (diff)
Use go.awhk.org/core instead of Gorilla
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 0 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 5afa31e..23e5821 100644
--- a/go.mod
+++ b/go.mod
@@ -4,11 +4,7 @@ go 1.19
require (
github.com/google/go-cmp v0.5.9
- github.com/gorilla/handlers v1.5.1
- github.com/gorilla/mux v1.8.0
go.awhk.org/core v0.6.1
go.awhk.org/gosdd v0.2.1
gopkg.in/yaml.v3 v3.0.1
)
-
-require github.com/felixge/httpsnoop v1.0.1 // indirect