1
1
Fork 0
mirror of https://github.com/adammck/terraform-inventory synced 2024-05-12 10:26:08 +02:00
terraform-inventory/go.mod
2021-07-30 17:09:12 -04:00

10 lines
193 B
Modula-2

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