mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-11 00:51:49 +00:00
8 lines
119 B
Modula-2
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
|
|
)
|