Skip to content

Commit

Permalink
chore: upgrade sample app fn go sdks to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenb2 committed Dec 20, 2024
1 parent 7f67ec0 commit 3a9f8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/Func_Jobs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/job_history/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a9f8f5

Please sign in to comment.