-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps and fix of source compatibility issues (#13)
* Update deps and fix of source compatibility issues ./ v1.16.11 ⇒ v1.30.3 github.com/aws/aws-sdk-go-v2 v1.17.1 ⇒ v1.27.27 github.com/aws/aws-sdk-go-v2/config v1.54.0 ⇒ v1.173.0 github.com/aws/aws-sdk-go-v2/service/ec2 v1.14.14 ⇒ v1.27.5 github.com/aws/aws-sdk-go-v2/service/pi v1.24.0 ⇒ v1.82.0 github.com/aws/aws-sdk-go-v2/service/rds v0.6.6 ⇒ v0.7.1 github.com/montanaflynn/stats v3.13.1 ⇒ v3.14.6 github.com/schollz/progressbar/v3 v1.2.1 ⇒ v1.8.1 github.com/spf13/cobra v0.2.0 ⇒ v0.4.0 go.uber.org/mock * update dominikh/staticcheck-action to v1.3.1
- Loading branch information
Showing
8 changed files
with
97 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
## actions/[email protected] | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
|
||
## dominikh/[email protected].0 | ||
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc | ||
## dominikh/[email protected].1 | ||
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 | ||
with: | ||
install-go: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,39 @@ | ||
module github.com/zalando/rds-health | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.22.0 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.16.11 | ||
github.com/aws/aws-sdk-go-v2/config v1.17.1 | ||
github.com/aws/aws-sdk-go-v2/service/ec2 v1.54.0 | ||
github.com/aws/aws-sdk-go-v2/service/pi v1.14.14 | ||
github.com/aws/aws-sdk-go-v2/service/rds v1.24.0 | ||
github.com/aws/aws-sdk-go-v2 v1.31.0 | ||
github.com/aws/aws-sdk-go-v2/config v1.27.37 | ||
github.com/aws/aws-sdk-go-v2/service/ec2 v1.179.0 | ||
github.com/aws/aws-sdk-go-v2/service/pi v1.28.1 | ||
github.com/aws/aws-sdk-go-v2/service/rds v1.85.0 | ||
github.com/lynn9388/supsub v0.0.0-20210304091550-458423b0e16a | ||
github.com/montanaflynn/stats v0.6.6 | ||
github.com/schollz/progressbar/v3 v3.13.1 | ||
github.com/spf13/cobra v1.2.1 | ||
go.uber.org/mock v0.2.0 | ||
github.com/montanaflynn/stats v0.7.1 | ||
github.com/schollz/progressbar/v3 v3.16.0 | ||
github.com/spf13/cobra v1.8.1 | ||
go.uber.org/mock v0.4.0 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.13 // indirect | ||
github.com/aws/smithy-go v1.12.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.35 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.23.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.31.1 // indirect | ||
github.com/aws/smithy-go v1.21.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/term v0.12.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/term v0.24.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters