File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ module github.com/function61/ubackup
33go 1.13
44
55require (
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)
You can’t perform that action at this time.
0 commit comments