Skip to content

Commit

Permalink
chore: upgrade go fn sdks to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenb2 committed Dec 20, 2024
1 parent 103f7b1 commit 6ca7383
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-scalable-rtr/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.4.3-0.20231013182855-e96a02e115d9
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-scalable-rtr/functions/job_history
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 6ca7383

Please sign in to comment.