Skip to content

Commit 1ab6e30

Browse files
committed
update lambda-alertmanager
1 parent 8d10ef6 commit 1ab6e30

3 files changed

Lines changed: 126 additions & 7 deletions

File tree

cmd/ubackup/backup.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"errors"
66
"fmt"
77
"github.com/function61/gokit/logex"
8-
"github.com/function61/lambda-alertmanager/alertmanager/pkg/alertmanagerclient"
9-
"github.com/function61/lambda-alertmanager/alertmanager/pkg/alertmanagertypes"
8+
"github.com/function61/lambda-alertmanager/pkg/alertmanagerclient"
9+
"github.com/function61/lambda-alertmanager/pkg/alertmanagertypes"
1010
"github.com/function61/ubackup/pkg/ubbackup"
1111
"github.com/function61/ubackup/pkg/ubconfig"
1212
"github.com/function61/ubackup/pkg/ubtypes"

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ module github.com/function61/ubackup
33
go 1.13
44

55
require (
6-
github.com/aws/aws-sdk-go v1.16.15
6+
github.com/aws/aws-sdk-go v1.29.0
77
github.com/function61/gokit v0.0.0-20200302141937-14d21ef1b462
8-
github.com/function61/lambda-alertmanager v0.9.2-0.20200207160106-0996e184520a
9-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
10-
github.com/spf13/cobra v0.0.3
11-
github.com/spf13/pflag v1.0.3 // indirect
8+
github.com/function61/lambda-alertmanager v1.0.0
9+
github.com/spf13/cobra v0.0.6
1210
)

0 commit comments

Comments
 (0)