mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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
16 lines
396 B
Modula-2
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
|
|
)
|