generated from GSA/grace-template
-
Notifications
You must be signed in to change notification settings - Fork 9
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 #54 from GSA/update
Unlock hashicorp/aws provider version
- Loading branch information
Showing
10 changed files
with
134 additions
and
680 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,16 +1,37 @@ | ||
module github.com/GSA/grace-inventory/handler | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/aws/aws-lambda-go v1.23.0 | ||
github.com/aws/aws-sdk-go v1.38.39 | ||
github.com/caarlos0/env/v6 v6.5.0 | ||
github.com/google/go-cmp v0.5.5 | ||
github.com/gruntwork-io/terratest v0.34.6 | ||
github.com/aws/aws-lambda-go v1.34.1 | ||
github.com/aws/aws-sdk-go v1.44.126 | ||
github.com/caarlos0/env/v6 v6.10.1 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/gruntwork-io/terratest v0.40.24 | ||
github.com/tealeg/xlsx v1.0.5 | ||
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect | ||
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect | ||
gotest.tools/v3 v3.4.0 | ||
) | ||
|
||
require ( | ||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/google/uuid v1.2.0 // indirect | ||
github.com/gruntwork-io/go-commons v0.8.0 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pquerna/otp v1.2.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/stretchr/testify v1.7.2 // indirect | ||
github.com/urfave/cli v1.22.2 // indirect | ||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | ||
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gotest.tools/v3 v3.0.3 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.