aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-08-13 14:16:21 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-08-13 14:16:21 +0100
commit2b033548e31826382fc3f8974f1091d83a6217df (patch)
tree55e2bc56fcac2dea9a96d1b2134d51e00fc346ce /go.mod
parent8b3b5c23b098d9f3cf2737ddad4f7c1d26aad23d (diff)
Use core.Listen to set up listener
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 23e5821..a65926c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,5 @@ go 1.19
require (
github.com/google/go-cmp v0.5.9
go.awhk.org/core v0.6.1
- go.awhk.org/gosdd v0.2.1
gopkg.in/yaml.v3 v3.0.1
)