File tree Expand file tree Collapse file tree 5 files changed +4
-187
lines changed Expand file tree Collapse file tree 5 files changed +4
-187
lines changed Original file line number Diff line number Diff line change 5
5
"errors"
6
6
"github.com/aws/aws-lambda-go/events"
7
7
"github.com/aws/aws-lambda-go/lambda"
8
- "github.com/function61/lambda-alertmanager/pkg /lambdautils"
8
+ "github.com/function61/gokit/aws /lambdautils"
9
9
)
10
10
11
11
func lambdaHandler () {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/aws/aws-lambda-go v1.14.0
9
9
github.com/aws/aws-sdk-go v1.29.0
10
10
github.com/function61/eventhorizon v0.2.1-0.20200227140656-f89fe5d462ca
11
- github.com/function61/gokit v0.0.0-20200229115114-3eca8c87d0cc
11
+ github.com/function61/gokit v0.0.0-20200307135016-6dd948616ce0
12
12
github.com/mattn/go-runewidth v0.0.8 // indirect
13
13
github.com/scylladb/termtables v1.0.0
14
14
github.com/spf13/cobra v0.0.6
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ github.com/function61/gokit v0.0.0-20200226141201-fe205250686d h1:sbcDaH7t/trZpA
44
44
github.com/function61/gokit v0.0.0-20200226141201-fe205250686d /go.mod h1:jAkW2pwxa4N3qxEUDA3zDhfiJInBfF4BjsbkWAU13aU =
45
45
github.com/function61/gokit v0.0.0-20200229115114-3eca8c87d0cc h1:FWizzRbJISAu9y2vKheno6BpHFkMnBl4mFl1nV9wKBI =
46
46
github.com/function61/gokit v0.0.0-20200229115114-3eca8c87d0cc /go.mod h1:jAkW2pwxa4N3qxEUDA3zDhfiJInBfF4BjsbkWAU13aU =
47
+ github.com/function61/gokit v0.0.0-20200307135016-6dd948616ce0 h1:gWaoRNeHdRhJ8ELIwvI1xZcxdhaOTuRHr5Y9E7djSA4 =
48
+ github.com/function61/gokit v0.0.0-20200307135016-6dd948616ce0 /go.mod h1:f6JhYQwMbwfAX472K/2A46CKet7BrpugMzuCobtqPQo =
47
49
github.com/ghodss/yaml v1.0.0 /go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04 =
48
50
github.com/go-kit/kit v0.8.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
49
51
github.com/go-kit/kit v0.9.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments