From 21456154ef3172490cef72a3b69bf59bb9795e43 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 19 Jun 2022 13:10:48 +0100 Subject: Use go.awhk.org/core to create the net.Listener --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3-70-g09d2