fleet/terraform/addons/monitoring/lambda/go.mod
Roberto Dip 92c6c26d40
update to go1.23.1 (#21868)
for #21440

# 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://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2024-09-06 09:11:30 -03:00

16 lines
396 B
Modula-2

module github.com/fleetdm/fleet/terraform/addons/monitoring/lambda
go 1.23.1
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
)