From 0489373ca80e86e5af9feeeb5522be7ad669c7cd Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Wed, 15 Aug 2018 14:04:29 +0200 Subject: [PATCH] fix(sam): keep canonical sigctx --- cmd/sam/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sam/main.go b/cmd/sam/main.go index dc068af0e..b8d0e5ddf 100644 --- a/cmd/sam/main.go +++ b/cmd/sam/main.go @@ -6,7 +6,7 @@ import ( "github.com/crusttech/crust/sam/rest" "github.com/crusttech/crust/sam/websocket" "github.com/go-chi/chi" - "github.com/sentimensrg/sigctx" + "github.com/SentimensRG/sigctx" "github.com/titpetric/factory" "log"