1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 20:01:58 +01: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
)