mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 04:41:14 +00:00
9 lines
120 B
Modula-2
9 lines
120 B
Modula-2
module hello-world
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gruntwork-io/terratest v0.34.8
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|