From 85e60b26336e9aa36c234df6f2c19fe49042185f Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 25 Jun 2022 10:43:53 +0100 Subject: Split the AWS version into its own module This allows the rather large AWS Lambda SDK to only be fetched if the command itself is being fetched. --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7dfe583..5891c70 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,6 @@ module go.awhk.org/go-import-redirect go 1.18 -require ( - github.com/aws/aws-lambda-go v1.32.0 - go.awhk.org/core v0.0.0-20220618115257-41a47c757dca -) +require 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