1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-11 00:51:49 +00:00
terraform-playground/cf-worker-container/go.mod
copilot-swe-agent[bot] ae34b14b29 Add Terraform infrastructure for pr-risk-scorer deployment
Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
2026-02-18 17:12:12 +00:00

8 lines
119 B
Modula-2

module server
go 1.24.3
require (
github.com/chainguard-dev/clog v1.7.0
github.com/sethvargo/go-envconfig v1.3.0
)