mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 15:09:20 +00:00
* Bump golang from 1.18.4-bullseye to 1.19.0-bullseye Bumps golang from 1.18.4-bullseye to 1.19.0-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update other golang deps as well * Update missing go mods Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomas Touceda <chiiph@gmail.com>
14 lines
333 B
Modula-2
14 lines
333 B
Modula-2
module github.com/fleetdm/fleet/infrastructure/demo/Monitoring/lambda
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aws/aws-lambda-go v1.32.1
|
|
github.com/aws/aws-sdk-go v1.44.50
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|