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

10 lines
193 B
Modula-2
Raw Normal View History

2019-09-18 04:02:46 +02:00
module github.com/adammck/terraform-inventory
2021-07-30 23:09:12 +02:00
go 1.16
2019-09-18 04:02:46 +02:00
require (
github.com/adammck/venv v0.0.0-20160819025605-8a9c907a37d3
github.com/blang/vfs v1.0.0
github.com/stretchr/testify v1.4.0
)