aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-06-19 13:10:48 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-06-19 13:10:48 +0100
commit21456154ef3172490cef72a3b69bf59bb9795e43 (patch)
treec140bde8bf6a78952dd0bd456c9f0510713ff429 /go.mod
parentab3a3691d1e272d603768a983647778eb8e4749e (diff)
Use go.awhk.org/core to create the net.Listener
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8c256a9..65e6a61 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,10 @@
module go.awhk.org/go-import-redirect
-go 1.17
+go 1.18
require (
github.com/aws/aws-lambda-go v1.27.0
- go.awhk.org/gosdd v0.2.0
+ go.awhk.org/core v0.0.0-20220618115257-41a47c757dca
)
+
+require github.com/google/go-cmp v0.5.8 // indirect