fleet/terraform/addons/monitoring/lambda/go.mod
Roberto Dip 2a9be32ffa
update Go to go1.22.4 (#19958)
for #19844

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2024-06-25 10:55:36 -03:00

16 lines
396 B
Modula-2

module github.com/fleetdm/fleet/terraform/addons/monitoring/lambda
go 1.22.4
require (
github.com/aws/aws-lambda-go v1.41.0
github.com/aws/aws-sdk-go v1.45.25
github.com/aws/aws-secretsmanager-caching-go v1.1.2
github.com/go-sql-driver/mysql v1.7.1
github.com/jessevdk/go-flags v1.5.0
)
require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/sys v0.9.0 // indirect
)