From 7078001fc146bf830fc96824bedba20f4aa883b3 Mon Sep 17 00:00:00 2001 From: Simon Lindgren Date: Mon, 31 Aug 2020 14:34:35 -0700 Subject: [PATCH] Fix the package path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 76920db..df79c8d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/mitchell/lambdarouter +module github.com/whip-networks/lambdarouter require ( github.com/aws/aws-lambda-go v1.10.0