1
1
Fork 0
mirror of https://github.com/adammck/terraform-inventory synced 2024-05-25 05:46:03 +02:00
terraform-inventory/go.mod
2019-09-17 22:02:46 -04:00

10 lines
193 B
Modula-2

module github.com/adammck/terraform-inventory
go 1.12
require (
github.com/adammck/venv v0.0.0-20160819025605-8a9c907a37d3
github.com/blang/vfs v1.0.0
github.com/stretchr/testify v1.4.0
)