Skip to content

Commit b1eb906

Browse files
committed
fix imports
1 parent 4bdfa01 commit b1eb906

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"regexp"
55

66
"github.com/akerl/github-auth-lambda/session"
7-
87
"github.com/akerl/go-lambda/mux"
98
"golang.org/x/oauth2"
109
"golang.org/x/oauth2/github"

router.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"log"
99

1010
"github.com/akerl/github-auth-lambda/session"
11-
1211
"github.com/akerl/go-lambda/apigw/events"
1312
"github.com/google/go-github/github"
1413
"github.com/google/uuid"

0 commit comments

Comments
 (0)