-
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.
Merge pull request #7 from jmriebold/feat/upgrade-to-sdk2
feat: Upgrades to aws-sdk-go-v2
- Loading branch information
Showing
6 changed files
with
115 additions
and
39 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
module sqs-prometheus-exporter | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.34.7 | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/rs/zerolog v1.19.0 | ||
github.com/aws/aws-sdk-go-v2/config v1.6.0 | ||
github.com/aws/aws-sdk-go-v2/service/sqs v1.7.1 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/rs/zerolog v1.23.0 | ||
) |
Oops, something went wrong.