From 3a9f8f5b67786cb10df780c6414d49bd821fa9fb Mon Sep 17 00:00:00 2001 From: Johnny Steenbergen Date: Fri, 20 Dec 2024 10:01:01 -0600 Subject: [PATCH] chore: upgrade sample app fn go sdks to latest --- functions/Func_Jobs/go.mod | 2 +- functions/job_history/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/Func_Jobs/go.mod b/functions/Func_Jobs/go.mod index 98d2b5f..0330d41 100644 --- a/functions/Func_Jobs/go.mod +++ b/functions/Func_Jobs/go.mod @@ -3,7 +3,7 @@ module github.com/Crowdstrike/foundry-sample-rapid-response/functions/Func_Jobs go 1.21 require ( - github.com/CrowdStrike/foundry-fn-go v0.23.0 + github.com/CrowdStrike/foundry-fn-go v0.23.1 github.com/crowdstrike/gofalcon v0.5.0-rc1.0.20231018211136-aa9a14d480c8 github.com/go-openapi/runtime v0.26.0 github.com/robfig/cron/v3 v3.0.1 diff --git a/functions/job_history/go.mod b/functions/job_history/go.mod index b2add8d..960b945 100644 --- a/functions/job_history/go.mod +++ b/functions/job_history/go.mod @@ -3,7 +3,7 @@ module github.com/Crowdstrike/foundry-sample-rapid-response/functions/job_histor go 1.21 require ( - github.com/CrowdStrike/foundry-fn-go v0.23.0 + github.com/CrowdStrike/foundry-fn-go v0.23.1 github.com/crowdstrike/gofalcon v0.5.0-rc1.0.20231018211136-aa9a14d480c8 github.com/eapache/go-resiliency v1.4.0 github.com/robfig/cron/v3 v3.0.1